HomeSort by: relevance | last modified time | path
    Searched defs:lui (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 2055 0x800 to slightly below 0x800. C.LUI does not accept zero as a
2253 0-relative lui sequences. */
2263 /* If it's impossible to reference this with a LUI-based offset then don't
5053 /* Delete unnecessary LUI and reuse the reloc. */
5063 /* Can we relax LUI to C.LUI? Alignment might move the section forward;
5074 /* Replace LUI with C.LUI if legal (i.e., rd != x0 and rd != x2/sp). */
5075 bfd_vma lui = bfd_getl32 (contents + rel->r_offset); local
5076 unsigned rd = ((unsigned)lui >> OP_SH_RD) & OP_MASK_RD
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 1858 0x800 to slightly below 0x800. C.LUI does not accept zero as a
2056 0-relative lui sequences. */
2066 /* If it's impossible to reference this with a LUI-based offset then don't
4818 /* Delete unnecessary LUI and reuse the reloc. */
4828 /* Can we relax LUI to C.LUI? Alignment might move the section forward;
4839 /* Replace LUI with C.LUI if legal (i.e., rd != x0 and rd != x2/sp). */
4840 bfd_vma lui = bfd_getl32 (contents + rel->r_offset); local
4841 unsigned rd = ((unsigned)lui >> OP_SH_RD) & OP_MASK_RD
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 2055 0x800 to slightly below 0x800. C.LUI does not accept zero as a
2253 0-relative lui sequences. */
2263 /* If it's impossible to reference this with a LUI-based offset then don't
5059 /* Delete unnecessary LUI and reuse the reloc. */
5069 /* Can we relax LUI to C.LUI? Alignment might move the section forward;
5080 /* Replace LUI with C.LUI if legal (i.e., rd != x0 and rd != x2/sp). */
5081 bfd_vma lui = bfd_getl32 (contents + rel->r_offset); local
5082 unsigned rd = ((unsigned)lui >> OP_SH_RD) & OP_MASK_RD
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 2055 0x800 to slightly below 0x800. C.LUI does not accept zero as a
2254 0-relative lui sequences. */
2264 /* If it's impossible to reference this with a LUI-based offset then don't
5152 /* Delete unnecessary LUI and reuse the reloc. */
5162 /* Can we relax LUI to C.LUI? Alignment might move the section forward;
5173 /* Replace LUI with C.LUI if legal (i.e., rd != x0 and rd != x2/sp). */
5174 bfd_vma lui = bfd_getl32 (contents + rel->r_offset); local
5175 unsigned rd = ((unsigned)lui >> OP_SH_RD) & OP_MASK_RD
    [all...]

Completed in 21 milliseconds