Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dinst.h289 struct reg2_format { struct
366 struct reg2_format reg2_format; member
586 insn->reg2_format.opcode = OP; \
587 insn->reg2_format.rd = rd; \
588 insn->reg2_format.rj = rj; \
/linux/arch/loongarch/kernel/
H A Dinst.c158 switch (insn.reg2_format.opcode) { in insns_not_supported()