HomeSort by: relevance | last modified time | path
    Searched refs:pcrel (Results 1 - 25 of 306) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachORelocation.h 46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len,
49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 41 iif.iifP[ptr].pcrel = i1; \
78 char pcrel; /* 1 if pcrel, this is really redundant info. */ member in struct:addr_mode
116 int pcrel; /* True if object is pcrel. */ member in struct:__anon10082
323 #define PCREL 2
393 addrmodeP->pcrel = 0; /* Not set in this function. */
705 case. Think it does so with local labels too, not optimum, pcrel
707 select pcrel when possible Actually that is trivial. */
728 addrmodeP->pcrel = 0
910 int pcrel, b, loop, pcrel_adjust; local
    [all...]
bfin-defs.h 26 #define PCREL 1
252 int pcrel; member in struct:bfin_insn
265 (INSTR_T code, Expr_Node *, int reloc,int pcrel);
267 (INSTR_T code, const char * sym, int reloc, int pcrel);
269 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);
tc-arc.h 251 B(_S) use pcrel == 1 and ADD with a solvable expression as 3rd
252 operand use pcrel == 0. */
253 unsigned char pcrel; member in struct:arc_relax_type
tc-dlx.c 54 int pcrel; member in struct:machine_it
800 the_insn.pcrel = 0;
816 the_insn.pcrel = 1;
831 the_insn.pcrel = 1;
907 the_insn.size, & the_insn.exp, the_insn.pcrel,
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 41 iif.iifP[ptr].pcrel = i1; \
78 char pcrel; /* 1 if pcrel, this is really redundant info. */ member in struct:addr_mode
116 int pcrel; /* True if object is pcrel. */ member in struct:__anon11554
323 #define PCREL 2
393 addrmodeP->pcrel = 0; /* Not set in this function. */
705 case. Think it does so with local labels too, not optimum, pcrel
707 select pcrel when possible Actually that is trivial. */
728 addrmodeP->pcrel = 0
910 int pcrel, b, loop, pcrel_adjust; local
    [all...]
bfin-defs.h 26 #define PCREL 1
252 int pcrel; member in struct:bfin_insn
265 (INSTR_T code, Expr_Node *, int reloc,int pcrel);
267 (INSTR_T code, const char * sym, int reloc, int pcrel);
269 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);
tc-arc.h 251 B(_S) use pcrel == 1 and ADD with a solvable expression as 3rd
252 operand use pcrel == 0. */
253 unsigned char pcrel; member in struct:arc_relax_type
  /src/external/gpl3/binutils/dist/bfd/
elf32-m32c.c 1545 bfd_signed_vma pcrel;
1619 pcrel = symval - pc + srel->r_addend;
1632 if (pcrel >= 2 && pcrel <= 9)
1636 insn[0] = 0x60 | (pcrel - 2);
1648 if (pcrel <= 128 && pcrel >= -128)
1660 if (pcrel <= 32768 && pcrel >= -32768)
1673 if (pcrel <= 32768 && pcrel >= -32768
1539 bfd_signed_vma pcrel; local
    [all...]
mep-relocs.pl 136 $pcrel = 0;
137 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
elf32-rl78.c 30 #define RL78REL(n,sz,bit,mask,shift,complain,pcrel) \
31 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
37 #define RL78_OP_REL(n,sz,bit,mask,shift,complain,pcrel) \
38 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
2103 int pcrel ATTRIBUTE_UNUSED = 0;
2300 pcrel = symval - pc + srel->r_addend; \
2315 /* EF ad BR $rel8 pcrel
2317 EE al ah BR $!rel16 pcrel
2321 FE al ah CALL $!rel16 pcrel
2359 if (pcrel < 12
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32c.c 1540 bfd_signed_vma pcrel;
1614 pcrel = symval - pc + srel->r_addend;
1627 if (pcrel >= 2 && pcrel <= 9)
1631 insn[0] = 0x60 | (pcrel - 2);
1643 if (pcrel <= 128 && pcrel >= -128)
1655 if (pcrel <= 32768 && pcrel >= -32768)
1668 if (pcrel <= 32768 && pcrel >= -32768
1534 bfd_signed_vma pcrel; local
    [all...]
mep-relocs.pl 136 $pcrel = 0;
137 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
elf32-rl78.c 30 #define RL78REL(n,sz,bit,mask,shift,complain,pcrel) \
31 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
37 #define RL78_OP_REL(n,sz,bit,mask,shift,complain,pcrel) \
38 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
2100 int pcrel ATTRIBUTE_UNUSED = 0;
2297 pcrel = symval - pc + srel->r_addend; \
2312 /* EF ad BR $rel8 pcrel
2314 EE al ah BR $!rel16 pcrel
2318 FE al ah CALL $!rel16 pcrel
2356 if (pcrel < 12
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32c.c 1539 bfd_signed_vma pcrel;
1613 pcrel = symval - pc + srel->r_addend;
1626 if (pcrel >= 2 && pcrel <= 9)
1630 insn[0] = 0x60 | (pcrel - 2);
1642 if (pcrel <= 128 && pcrel >= -128)
1654 if (pcrel <= 32768 && pcrel >= -32768)
1667 if (pcrel <= 32768 && pcrel >= -32768
1533 bfd_signed_vma pcrel; local
    [all...]
mep-relocs.pl 136 $pcrel = 0;
137 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
elf32-rl78.c 30 #define RL78REL(n,sz,bit,mask,shift,complain,pcrel) \
31 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
37 #define RL78_OP_REL(n,sz,bit,mask,shift,complain,pcrel) \
38 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
2099 int pcrel ATTRIBUTE_UNUSED = 0;
2296 pcrel = symval - pc + srel->r_addend; \
2311 /* EF ad BR $rel8 pcrel
2313 EE al ah BR $!rel16 pcrel
2317 FE al ah CALL $!rel16 pcrel
2355 if (pcrel < 12
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32c.c 1541 bfd_signed_vma pcrel;
1615 pcrel = symval - pc + srel->r_addend;
1628 if (pcrel >= 2 && pcrel <= 9)
1632 insn[0] = 0x60 | (pcrel - 2);
1644 if (pcrel <= 128 && pcrel >= -128)
1656 if (pcrel <= 32768 && pcrel >= -32768)
1669 if (pcrel <= 32768 && pcrel >= -32768
1535 bfd_signed_vma pcrel; local
    [all...]
mep-relocs.pl 136 $pcrel = 0;
137 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
elf32-rl78.c 30 #define RL78REL(n,sz,bit,mask,shift,complain,pcrel) \
31 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
37 #define RL78_OP_REL(n,sz,bit,mask,shift,complain,pcrel) \
38 HOWTO (R_RL78_##n, shift, sz, bit, pcrel, 0, complain_overflow_ ## complain, \
2101 int pcrel ATTRIBUTE_UNUSED = 0;
2298 pcrel = symval - pc + srel->r_addend; \
2313 /* EF ad BR $rel8 pcrel
2315 EE al ah BR $!rel16 pcrel
2319 FE al ah CALL $!rel16 pcrel
2357 if (pcrel < 12
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtend.S 56 movl r2 = @pcrel(__do_global_ctors_aux - 16)
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtend.S 56 movl r2 = @pcrel(__do_global_ctors_aux - 16)
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
morestack.S 154 # caller is non-pcrel but libgcc is pcrel, the functions called here
186 # If this isn't a pcrel libgcc then the functions we call here will
187 # require r2 to be valid. If __morestack is called from pcrel code r2
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
morestack.S 154 # caller is non-pcrel but libgcc is pcrel, the functions called here
186 # If this isn't a pcrel libgcc then the functions we call here will
187 # require r2 to be valid. If __morestack is called from pcrel code r2
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/x86/
switchcontext.S 158 .byte 0x10 # FDE Encoding (pcrel)
228 .byte 0x10 # FDE Encoding (pcrel)

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>