Home
last modified time | relevance | path

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

/linux-6.12.1/tools/arch/loongarch/include/asm/
Dinst.h72 struct reg2_format { struct
104 struct reg2_format reg2_format; member
/linux-6.12.1/arch/loongarch/include/asm/
Dinst.h284 struct reg2_format { struct
361 struct reg2_format reg2_format; member
574 insn->reg2_format.opcode = OP; \
575 insn->reg2_format.rd = rd; \
576 insn->reg2_format.rj = rj; \
/linux-6.12.1/arch/loongarch/kvm/
Dexit.c29 if (inst.reg2_format.opcode != cpucfg_op) in kvm_emu_cpucfg()
32 rd = inst.reg2_format.rd; in kvm_emu_cpucfg()
33 rj = inst.reg2_format.rj; in kvm_emu_cpucfg()
166 rd = inst.reg2_format.rd; in kvm_emu_iocsr()
167 rj = inst.reg2_format.rj; in kvm_emu_iocsr()
168 opcode = inst.reg2_format.opcode; in kvm_emu_iocsr()
/linux-6.12.1/tools/objtool/arch/loongarch/
Ddecode.c321 } else if (inst.reg2_format.opcode == ertn_op) { in arch_decode_instruction()