Home
last modified time | relevance | path

Searched refs:MATCH_CZERO_EQZ (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h2297 #define MATCH_CZERO_EQZ 0xe005033 macro
3844 DECLARE_INSN(czero_eqz, MATCH_CZERO_EQZ, MASK_CZERO_EQZ)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h2342 #define MATCH_CZERO_EQZ 0xe005033 macro
3901 DECLARE_INSN(czero_eqz, MATCH_CZERO_EQZ, MASK_CZERO_EQZ)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c996 {"czero.eqz", 0, INSN_CLASS_ZICOND, "d,s,t", MATCH_CZERO_EQZ, MASK_CZERO_EQZ, match_opcode, 0 },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c1085 {"czero.eqz", 0, INSN_CLASS_ZICOND, "d,s,t", MATCH_CZERO_EQZ, MASK_CZERO_EQZ, match_opcode, 0 },
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git42542 * opcode/riscv-opc.h (MATCH_CZERO_EQZ): Define.