| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfnn-riscv.c | 407 entry[7] = RISCV_ITYPE (JALR, 0, X_T3, 0); 462 header[8] = RISCV_ITYPE (JALR, 0, X_T3, 0); 491 jalr t1, t3 497 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 515 jalr t1, t3 */ 532 entry[3] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 4866 /* Relax AUIPC + JALR into JAL. */ 4882 bfd_vma auipc, jalr; local 4905 jalr = bfd_getl32 (contents + rel->r_offset + 4); 4906 rd = (jalr >> OP_SH_RD) & OP_MASK_RD [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfnn-riscv.c | 350 entry[7] = RISCV_ITYPE (JALR, 0, X_T3, 0); 371 jalr t1, t3 376 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 4631 /* Relax AUIPC + JALR into JAL. */ 4647 bfd_vma auipc, jalr; local 4670 jalr = bfd_getl32 (contents + rel->r_offset + 4); 4671 rd = (jalr >> OP_SH_RD) & OP_MASK_RD; 4692 /* Near zero, relax to JALR rd, x0, addr. */ 4702 /* Delete unnecessary JALR and reuse the R_RISCV_RELAX reloc. */
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfnn-riscv.c | 407 entry[7] = RISCV_ITYPE (JALR, 0, X_T3, 0); 462 header[8] = RISCV_ITYPE (JALR, 0, X_T3, 0); 491 jalr t1, t3 497 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 515 jalr t1, t3 */ 532 entry[3] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 4872 /* Relax AUIPC + JALR into JAL. */ 4888 bfd_vma auipc, jalr; local 4911 jalr = bfd_getl32 (contents + rel->r_offset + 4); 4912 rd = (jalr >> OP_SH_RD) & OP_MASK_RD [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfnn-riscv.c | 407 entry[7] = RISCV_ITYPE (JALR, 0, X_T3, 0); 462 header[8] = RISCV_ITYPE (JALR, 0, X_T3, 0); 491 jalr t1, t3 497 entry[2] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 515 jalr t1, t3 */ 532 entry[3] = RISCV_ITYPE (JALR, X_T1, X_T3, 0); 4900 /* Relax AUIPC + JALR into JAL. */ 4916 bfd_vma auipc, jalr; local 4939 jalr = bfd_getl32 (contents + rel->r_offset + 4); 4940 rd = (jalr >> OP_SH_RD) & OP_MASK_RD [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 340 /* True if we want to create R_MIPS_JALR for jalr $25. */ 5968 || strcmp (ip->insn_mo->name, "jalr") == 0) 7232 || strcmp (ip->insn_mo->name, "jalr") == 0) 8412 /* Convert MIPS16 jr/jalr into a "compact" jump. */ 8713 && startswith (insn->insn_mo->name, "jalr")) 9681 * Generate a "jalr" instruction with a relocation hint to the called local 9690 const char *jalr; 9700 jalr = ((mips_opts.noreorder && !cprestore) || mips_opts.insn32 9701 ? "jalr" : "jalrs"); 9705 macro_build (NULL, jalr, "t,s", RA, PIC_CALL_REG) 19426 unsigned long jalr = short_ds ? 0x45e0 : 0x45c0; \/* jalr\/s *\/ local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 340 /* True if we want to create R_MIPS_JALR for jalr $25. */ 5659 || strcmp (ip->insn_mo->name, "jalr") == 0) 6923 || strcmp (ip->insn_mo->name, "jalr") == 0) 8100 /* Convert MIPS16 jr/jalr into a "compact" jump. */ 8401 && startswith (insn->insn_mo->name, "jalr")) 9369 * Generate a "jalr" instruction with a relocation hint to the called local 9378 const char *jalr; 9388 jalr = ((mips_opts.noreorder && !cprestore) || mips_opts.insn32 9389 ? "jalr" : "jalrs"); 9393 macro_build (NULL, jalr, "t,s", RA, PIC_CALL_REG) 19114 unsigned long jalr = short_ds ? 0x45e0 : 0x45c0; \/* jalr\/s *\/ local [all...] |