Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h638 #define MATCH_C_JAL 0x2001 macro
3780 DECLARE_INSN(c_jal, MATCH_C_JAL, MASK_C_JAL)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h674 #define MATCH_C_JAL 0x2001 macro
3837 DECLARE_INSN(c_jal, MATCH_C_JAL, MASK_C_JAL)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c390 {"jal", 32, INSN_CLASS_C, "Ca", MATCH_C_JAL, MASK_C_JAL, match_opcode, INSN_ALIAS|INS…
946 {"c.jal", 32, INSN_CLASS_C, "Ca", MATCH_C_JAL, MASK_C_JAL, match_opcode, INSN_JSR },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c405 {"jal", 32, INSN_CLASS_C, "Ca", MATCH_C_JAL, MASK_C_JAL, match_opcode, INSN_ALIAS|INS…
1035 {"c.jal", 32, INSN_CLASS_C, "Ca", MATCH_C_JAL, MASK_C_JAL, match_opcode, INSN_JSR },
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c4894 else if ((insn & MASK_C_JAL) == MATCH_C_JAL) 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()