Searched refs:MASK_BGE (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | riscv-opc.c | 324 {"blez", 0, INSN_CLASS_I, "t,p", MATCH_BGE, MASK_BGE|MASK_RS1, match_opcode, INSN_ALIA… 325 {"bgez", 0, INSN_CLASS_I, "s,p", MATCH_BGE, MASK_BGE|MASK_RS2, match_opcode, INSN_ALIA… 326 {"bge", 0, INSN_CLASS_I, "s,t,p", MATCH_BGE, MASK_BGE, match_opcode, INSN_CONDBRANCH }, 328 {"ble", 0, INSN_CLASS_I, "t,s,p", MATCH_BGE, MASK_BGE, match_opcode, INSN_ALIAS|INSN_CO…
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | riscv-opc.c | 423 {"blez", 0, INSN_CLASS_I, "t,p", MATCH_BGE, MASK_BGE|MASK_RS1, match_opcode, INSN_ALIA… 424 {"bgez", 0, INSN_CLASS_I, "s,p", MATCH_BGE, MASK_BGE|MASK_RS2, match_opcode, INSN_ALIA… 425 {"bge", 0, INSN_CLASS_I, "s,t,p", MATCH_BGE, MASK_BGE, match_opcode, INSN_CONDBRANCH }, 427 {"ble", 0, INSN_CLASS_I, "t,s,p", MATCH_BGE, MASK_BGE, match_opcode, INSN_ALIAS|INSN_CO…
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | riscv-opc.h | 69 #define MASK_BGE 0x707f macro 2545 DECLARE_INSN(bge, MATCH_BGE, MASK_BGE)
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | riscv-opc.h | 69 #define MASK_BGE 0x707f macro 3500 DECLARE_INSN(bge, MATCH_BGE, MASK_BGE)
|