Home
last modified time | relevance | path

Searched refs:X_T1 (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfnn-riscv.c341 entry[1] = RISCV_RTYPE (SUB, X_T1, X_T1, X_T3); in riscv_make_plt_header()
343 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12)); in riscv_make_plt_header()
345 entry[5] = RISCV_ITYPE (SRLI, X_T1, X_T1, 4 - RISCV_ELF_LOG_WORD_BYTES); in riscv_make_plt_header()
373 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); in riscv_make_plt_entry()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfnn-riscv.c345 entry[1] = RISCV_RTYPE (SUB, X_T1, X_T1, X_T3); in riscv_make_plt_header()
347 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12)); in riscv_make_plt_header()
349 entry[5] = RISCV_ITYPE (SRLI, X_T1, X_T1, 4 - RISCV_ELF_LOG_WORD_BYTES); in riscv_make_plt_header()
377 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); in riscv_make_plt_entry()
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv.h356 #define X_T1 6 macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv.h366 #define X_T1 6 macro
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c393 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
395 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c408 {"call", 0, INSN_CLASS_I, "d,c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },
410 {"tail", 0, INSN_CLASS_I, "c", (X_T1 << OP_SH_RS1), (int) M_CALL, NULL, INSN_MACRO },