Searched refs:MATCH_C_JAL (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | riscv-opc.h | 638 #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/ |
| D | riscv-opc.h | 674 #define MATCH_C_JAL 0x2001 macro 3837 DECLARE_INSN(c_jal, MATCH_C_JAL, MASK_C_JAL)
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | riscv-opc.c | 390 {"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/ |
| D | riscv-opc.c | 405 {"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/ |
| D | tc-riscv.c | 4894 else if ((insn & MASK_C_JAL) == MATCH_C_JAL) in md_convert_frag_branch()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfnn-riscv.c | 4549 auipc = rd == 0 ? MATCH_C_J : MATCH_C_JAL; in _bfd_riscv_relax_call()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfnn-riscv.c | 4659 auipc = rd == 0 ? MATCH_C_J : MATCH_C_JAL; in _bfd_riscv_relax_call()
|