Home
last modified time | relevance | path

Searched refs:reg2i14_format (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dinst.h321 struct reg2i14_format { struct
375 struct reg2i14_format reg2i14_format; member
671 insn->reg2i14_format.opcode = OP; \
672 insn->reg2i14_format.immediate = imm; \
673 insn->reg2i14_format.rd = rd; \
674 insn->reg2i14_format.rj = rj; \
/linux/arch/loongarch/kvm/
H A Dexit.c382 rd = inst.reg2i14_format.rd; in kvm_emu_mmio_read()
383 opcode = inst.reg2i14_format.opcode; in kvm_emu_mmio_read()
565 rd = inst.reg2i14_format.rd; in kvm_emu_mmio_write()
566 opcode = inst.reg2i14_format.opcode; in kvm_emu_mmio_write()
/linux/arch/loongarch/kernel/
H A Dunaligned.c347 switch (insn.reg2i14_format.opcode) { in emulate_load_store_insn()
H A Dinst.c149 switch (insn.reg2i14_format.opcode) { in insns_not_supported()