Home
last modified time | relevance | path

Searched defs:loongarch_opcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dloongarch.h33 struct loongarch_opcode struct
35 const insn_t match;
36 const insn_t mask; /* High 1 byte is main opcode and it must be 0xf. */
38 const char *const name;
128 struct loongarch_opcode *const opcodes; argument
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dloongarch.h53 struct loongarch_opcode struct
55 const insn_t match;
56 const insn_t mask; /* High 1 byte is main opcode and it must be 0xf. */
58 const char *const name;
150 struct loongarch_opcode *const opcodes; argument