Searched refs:MATCH_SLTU (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | riscv-opc.c | 502 {"snez", 0, INSN_CLASS_I, "d,t", MATCH_SLTU, MASK_SLTU|MASK_RS1, match_opcode, INSN_AL… 509 {"sltu", 0, INSN_CLASS_I, "d,s,t", MATCH_SLTU, MASK_SLTU, match_opcode, 0 }, 512 {"sgtu", 0, INSN_CLASS_I, "d,t,s", MATCH_SLTU, MASK_SLTU, match_opcode, INSN_ALIAS },
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | riscv-opc.c | 517 {"snez", 0, INSN_CLASS_I, "d,t", MATCH_SLTU, MASK_SLTU|MASK_RS1, match_opcode, INSN_AL… 524 {"sltu", 0, INSN_CLASS_I, "d,s,t", MATCH_SLTU, MASK_SLTU, match_opcode, 0 }, 527 {"sgtu", 0, INSN_CLASS_I, "d,t,s", MATCH_SLTU, MASK_SLTU, match_opcode, INSN_ALIAS },
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | riscv-opc.h | 108 #define MATCH_SLTU 0x3033 macro 3520 DECLARE_INSN(sltu, MATCH_SLTU, MASK_SLTU)
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | riscv-opc.h | 108 #define MATCH_SLTU 0x3033 macro 3559 DECLARE_INSN(sltu, MATCH_SLTU, MASK_SLTU)
|