/external/llvm/test/MC/AsmParser/ |
expr_symbol_modifiers.s | 7 // CHECK-STDERR: invalid modifier 'GOTPCREL' (no symbols present) 8 .long 10 + 4@GOTPCREL 9 // CHECK: .long a@GOTPCREL+4 10 .long a + 4@GOTPCREL 11 // CHECK: .long a@GOTPCREL+b@GOTPCREL 12 .long (a + b)@GOTPCREL 13 // CHECK: .long (10+b@GOTPCREL)+4 14 .long 10 + b + 4@GOTPCREL
|
/external/llvm/test/CodeGen/X86/ |
non-lazy-bind.ll | 8 ; CHECK: callq *_lazy@GOTPCREL(%rip) 23 ; CHECK: jmpq *_lazy@GOTPCREL(%rip)
|
x86-64-pic-4.ll | 2 ; RUN: grep "movq a@GOTPCREL(%rip)," %t1
|
x86-64-pic-7.ll | 2 ; RUN: grep "movq f@GOTPCREL(%rip)," %t1
|
x86-64-pic-8.ll | 3 ; RUN: not grep GOTPCREL %t1
|
x86-64-pic-9.ll | 3 ; RUN: not grep GOTPCREL %t1
|
x86-64-pic-5.ll | 3 ; RUN: not grep GOTPCREL %t1
|
x86-64-pic-6.ll | 3 ; RUN: not grep GOTPCREL %t1
|
abi-isel.ll | 56 ; LINUX-64-PIC: movq src@GOTPCREL(%rip), [[RAX:%r..]] 58 ; LINUX-64-PIC-NEXT: movq dst@GOTPCREL(%rip), [[RCX:%r..]] 85 ; DARWIN-64-STATIC: movq _src@GOTPCREL(%rip), [[RAX:%r..]] 87 ; DARWIN-64-STATIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]] 92 ; DARWIN-64-DYNAMIC: movq _src@GOTPCREL(%rip), [[RAX:%r..]] 94 ; DARWIN-64-DYNAMIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]] 99 ; DARWIN-64-PIC: movq _src@GOTPCREL(%rip), [[RAX:%r..]] 101 ; DARWIN-64-PIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]] 128 ; LINUX-64-PIC: movq xsrc@GOTPCREL(%rip), [[RAX:%r.x]] 130 ; LINUX-64-PIC-NEXT: movq xdst@GOTPCREL(%rip), [[RCX:%r.x] [all...] |
2007-06-04-X86-64-CtorAsmBugs.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep GOTPCREL
|
2010-09-17-SideEffectsInChain.ll | 21 ; CHECK: movq ___stack_chk_guard@GOTPCREL(%rip)
|
fast-isel-gv.ll | 1 ; RUN: llc < %s -fast-isel | grep "_kill@GOTPCREL(%rip)"
|
personality.ll | 46 ; X64-NEXT: .long ___gxx_personality_v0@GOTPCREL+4
|
x86-64-mem.ll | 2 ; RUN: grep GOTPCREL %t1 | count 4
|
2009-11-16-MachineLICM.ll | 13 ; CHECK: movq _g@GOTPCREL(%rip), [[REG:%[a-z]+]]
|
machine-cse.ll | 156 ; CHECK: t2_global@GOTPCREL(%rip) 157 ; CHECK-NOT: t2_global@GOTPCREL(%rip)
|
fast-isel-x86-64.ll | 45 ; CHECK: movq _G@GOTPCREL(%rip), %rax 61 ; CHECK: movq _rtx_length@GOTPCREL(%rip), %rax
|
asm-modifier-P.ll | 25 ; CHECK-PIC-64: movq G@GOTPCREL(%rip), %rax
|
/external/llvm/test/MC/ELF/ |
got.s | 7 movl foo@GOTPCREL(%rip), %eax
|
merge.s | 14 movq foo@GOTPCREL, %rax
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86RelocationFunctions.h | 84 DECL_X86_64_APPLY_RELOC_FUNC(gotpcrel) \ 99 { &gotpcrel, 9, "R_X86_64_GOTPCREL", 32 }, \
|
/external/elfutils/backends/ |
x86_64_reloc.def | 37 RELOC_TYPE (GOTPCREL, REL)
|
/external/llvm/lib/Target/X86/ |
X86TargetObjectFile.cpp | 25 // On Darwin/X86-64, we can reference dwarf symbols with foo@GOTPCREL+4, which
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-reloc.s | 15 movq _foo@GOTPCREL(%rip), %rax 16 pushq _foo@GOTPCREL(%rip) 45 .long _foobar@GOTPCREL+4 46 .long _foo@GOTPCREL+4 88 cmpq $0, _foo@GOTPCREL(%rip)
|
/external/llvm/test/MC/X86/ |
x86-64.s | 600 // CHECK: movq _foo@GOTPCREL(%rip), %rax 602 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load 603 movq _foo@GOTPCREL(%rip), %rax 605 // CHECK: movq _foo@GOTPCREL(%rip), %r14 607 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load 608 movq _foo@GOTPCREL(%rip), %r14
|