Home
last modified time | relevance | path

Searched refs:MATCH_XOR (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h110 #define MATCH_XOR 0x4033 macro
3521 DECLARE_INSN(xor, MATCH_XOR, MASK_XOR)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h110 #define MATCH_XOR 0x4033 macro
3560 DECLARE_INSN(xor, MATCH_XOR, MASK_XOR)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c539 {"xor", 0, INSN_CLASS_I, "d,s,t", MATCH_XOR, MASK_XOR, match_opcode, 0 },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c554 {"xor", 0, INSN_CLASS_I, "d,s,t", MATCH_XOR, MASK_XOR, match_opcode, 0 },