Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/include/asm/
Dinst.h299 struct reg2i14_format { struct
346 struct reg2i14_format reg2i14_format; member
625 insn->reg2i14_format.opcode = OP; \
626 insn->reg2i14_format.immediate = imm; \
627 insn->reg2i14_format.rd = rd; \
628 insn->reg2i14_format.rj = rj; \
/Linux-v6.6/arch/loongarch/kernel/
Dunaligned.c329 switch (insn.reg2i14_format.opcode) { in emulate_load_store_insn()
Dinst.c144 switch (insn.reg2i14_format.opcode) { in insns_not_supported()