Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A 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; \
/openbmc/linux/arch/loongarch/kernel/
H A Dunaligned.c329 switch (insn.reg2i14_format.opcode) { in emulate_load_store_insn()
H A Dinst.c144 switch (insn.reg2i14_format.opcode) { in insns_not_supported()