HomeSort by relevance Sort by last modified time
    Searched refs:pcrel (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
pcrel.l 1 [^:]*pcrel.s: Assembler messages:
2 [^:]*pcrel(-coff)?\.s:5: Warning: Deprecated syntax.
3 [^:]*pcrel(-coff)?\.s:6: Warning: Deprecated syntax.
pcrel-hms.d 2 #source: pcrel.s
5 #stderr: pcrel.l
pcrel.d 4 #stderr: pcrel.l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
pcrel.s 5 .literal .Lit0, foo@pcrel
7 .L2: .word foo@pcrel
8 .long 1b@pcrel
9 .4byte .L2@pcrel
err-pcrel.s 4 beqz a2, 1f@pcrel # { dg-error "relocation not allowed" "" }
5 1: movi a2, foo@pcrel # { dg-error "relocation not allowed" "" }
6 foo: .short foo@pcrel # { dg-error "relocations do not fit" "" }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xstormy16/
xstormy16.exp 35 { "pcrel.s" "external.s" }
36 { {objdump -Dz pcrel.d} }
37 "pcrel"
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len,
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
pcrel-4-32.d 4 #source: pcrel-4.s
pcrel-4-n32.d 4 #source: pcrel-4.s
pcrel-4-64.d 4 #source: pcrel-4.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
v32-bin-1.d 6 # Test that pcrel relocs work with --oformat binary.
  /toolchain/binutils/binutils-2.25/opcodes/
w65-opc.h 540 #define GETINFO(size,type,pcrel)\
541 case ADDR_IMMTOA: size = M==0 ? 2:1;type=M==0 ? R_W65_ABS16 : R_W65_ABS8;pcrel=0;break;\
542 case ADDR_IMMCOP: size = 1;type=R_W65_ABS8;pcrel=0;break;\
543 case ADDR_IMMTOI: size = X==0 ? 2:1;type=X==0 ? R_W65_ABS16 : R_W65_ABS8;pcrel=0;break;\
544 case ADDR_ACC: size = 0;type=-1;pcrel=0;break;\
545 case ADDR_PC_REL: size = 1;type=R_W65_PCR8;pcrel=0;break;\
546 case ADDR_PC_REL_LONG: size = 2;type=R_W65_PCR16;pcrel=0;break;\
547 case ADDR_IMPLIED: size = 0;type=-1;pcrel=0;break;\
548 case ADDR_STACK: size = 0;type=-1;pcrel=0;break;\
549 case ADDR_DIR: size = 1;type=R_W65_ABS8;pcrel=0;break;
    [all...]
h8500-dis.c 101 int pcrel = 0; local
181 pcrel = (buffer[byte] << 8) | (buffer[byte + 1]);
184 pcrel = (buffer[byte]);
302 (int)(pcrel + addr + opcode->length) & 0xffff);
306 (int)((char) pcrel + addr + opcode->length) & 0xffff);
  /toolchain/binutils/binutils-2.25/gas/
write.h 179 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
182 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
184 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
reloc.s 32 .xdata4 .rodata.4, @pcrel(esym)
33 .xdata8 .rodata.8, @pcrel(esym)
53 mov r2 = @pcrel(esym)
54 movl r3 = @pcrel(esym)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
br-isaa.d 3 #as: -march=isaa -pcrel
br-isab.d 3 #as: -march=isab -pcrel
br-isac.d 3 #as: -march=isac -pcrel
pcrel.d 1 #name: pcrel
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/
metag.exp 30 { "pcrel.s" "external.s" }
31 { {objdump -Dz pcrel.d} }
32 "pcrel"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-w64-pcrel.d 2 #name: x86-64 w64 pcrel
3 #source: x86-64-pcrel.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
pcrel-reloc-local-rel.d 4 #source: pcrel-reloc-local-1.s
5 #source: pcrel-reloc-local-2.s
pcrel-reloc-local.d 4 #source: pcrel-reloc-local-1.s
5 #source: pcrel-reloc-local-2.s
  /toolchain/binutils/binutils-2.25/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:__anon75220
324 #define PCREL 2
394 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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-pcrel.d 2 #name: x86-64 (ILP32) pcrel

Completed in 519 milliseconds

1 2 3 4