Searched refs:MASK_SH2ADD (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | riscv-opc.h | 481 #define MASK_SH2ADD 0xfe00707f macro 2743 DECLARE_INSN(sh2add, MATCH_SH2ADD, MASK_SH2ADD)
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | riscv-opc.h | 547 #define MASK_SH2ADD 0xfe00707f macro 3731 DECLARE_INSN(sh2add, MATCH_SH2ADD, MASK_SH2ADD)
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | riscv-opc.c | 966 {"sh2add", 0, INSN_CLASS_ZBA, "d,s,t", MATCH_SH2ADD, MASK_SH2ADD, match_opcode, 0 },
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | riscv-opc.c | 1091 {"sh2add", 0, INSN_CLASS_ZBA, "d,s,t", MATCH_SH2ADD, MASK_SH2ADD, match_opcode, 0 },
|