Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c435 {"bnez", 0, INSN_CLASS_C, "Cs,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_ALIAS|I…
437 {"bne", 0, INSN_CLASS_C, "Cs,Cz,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_ALIAS|I…
948 {"c.bnez", 0, INSN_CLASS_C, "Cs,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_CONDBR…
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c450 {"bnez", 0, INSN_CLASS_C, "Cs,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_ALIAS|I…
452 {"bne", 0, INSN_CLASS_C, "Cs,Cz,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_ALIAS|I…
1037 {"c.bnez", 0, INSN_CLASS_C, "Cs,Cp", MATCH_C_BNEZ, MASK_C_BNEZ, match_opcode, INSN_CONDBR…
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h671 #define MASK_C_BNEZ 0xe003 macro
3794 DECLARE_INSN(c_bnez, MATCH_C_BNEZ, MASK_C_BNEZ)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h707 #define MASK_C_BNEZ 0xe003 macro
3851 DECLARE_INSN(c_bnez, MATCH_C_BNEZ, MASK_C_BNEZ)
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c4898 else if ((insn & MASK_C_BNEZ) == MATCH_C_BNEZ) in md_convert_frag_branch()