Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dinst.h316 struct reg2i14_format { struct
370 struct reg2i14_format reg2i14_format; member
665 insn->reg2i14_format.opcode = OP; \
666 insn->reg2i14_format.immediate = imm; \
667 insn->reg2i14_format.rd = rd; \
668 insn->reg2i14_format.rj = rj; \
/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()