Home
last modified time | relevance | path

Searched refs:MATCH_C_J (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h666 #define MATCH_C_J 0xa001 macro
3792 DECLARE_INSN(c_j, MATCH_C_J, MASK_C_J)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h702 #define MATCH_C_J 0xa001 macro
3849 DECLARE_INSN(c_j, MATCH_C_J, MASK_C_J)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c388 {"j", 0, INSN_CLASS_C, "Ca", MATCH_C_J, MASK_C_J, match_opcode, INSN_ALIAS|INSN_BR…
945 {"c.j", 0, INSN_CLASS_C, "Ca", MATCH_C_J, MASK_C_J, match_opcode, INSN_BRANCH },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c403 {"j", 0, INSN_CLASS_C, "Ca", MATCH_C_J, MASK_C_J, match_opcode, INSN_ALIAS|INSN_BR…
1034 {"c.j", 0, INSN_CLASS_C, "Ca", MATCH_C_J, MASK_C_J, match_opcode, INSN_BRANCH },
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c4892 if ((insn & MASK_C_J) == MATCH_C_J) in md_convert_frag_branch()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfnn-riscv.c4549 auipc = rd == 0 ? MATCH_C_J : MATCH_C_JAL; in _bfd_riscv_relax_call()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfnn-riscv.c4659 auipc = rd == 0 ? MATCH_C_J : MATCH_C_JAL; in _bfd_riscv_relax_call()