Searched refs:MATCH_C_J (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | riscv-opc.h | 666 #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/ |
| D | riscv-opc.h | 702 #define MATCH_C_J 0xa001 macro 3849 DECLARE_INSN(c_j, MATCH_C_J, MASK_C_J)
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | riscv-opc.c | 388 {"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/ |
| D | riscv-opc.c | 403 {"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/ |
| D | tc-riscv.c | 4892 if ((insn & MASK_C_J) == MATCH_C_J) 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()
|