Home
last modified time | relevance | path

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

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