Home
last modified time | relevance | path

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

/linux/tools/arch/loongarch/include/asm/
H A Dinst.h54 struct reg0i15_format { struct
101 struct reg0i15_format reg0i15_format; member
/linux/arch/loongarch/include/asm/
H A Dinst.h260 struct reg0i15_format { struct
357 struct reg0i15_format reg0i15_format; member
419 return ip->reg0i15_format.opcode == break_op; in is_break_ins()
529 insn->reg0i15_format.opcode = OP; \
530 insn->reg0i15_format.immediate = imm; \
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c318 else if (inst.reg0i15_format.opcode == break_op) { in arch_decode_instruction()
/linux/arch/loongarch/kvm/
H A Dexit.c823 code = inst.reg0i15_format.immediate; in kvm_handle_hypercall()