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

1 2

  /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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/MC/ELF/
got-relaxed-no-relax.s 6 mulq foo@GOTPCREL(%rip)
7 .long foo@GOTPCREL
got-relaxed.s 6 call *call@GOTPCREL(%rip)
7 jmp *jmp@GOTPCREL(%rip)
got-relaxed-rex.s 5 movq mov@GOTPCREL(%rip), %rax
6 test %rax, test@GOTPCREL(%rip)
7 adc adc@GOTPCREL(%rip), %rax
8 add add@GOTPCREL(%rip), %rax
9 and and@GOTPCREL(%rip), %rax
10 cmp cmp@GOTPCREL(%rip), %rax
11 or or@GOTPCREL(%rip), %rax
12 sbb sbb@GOTPCREL(%rip), %rax
13 sub sub@GOTPCREL(%rip), %rax
14 xor xor@GOTPCREL(%rip), %ra
    [all...]
got.s 7 movl foo@GOTPCREL(%rip), %eax
merge.s 11 movq foo@GOTPCREL, %rax
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
got-relaxed-no-relax.s 6 mulq foo@GOTPCREL(%rip)
7 .long foo@GOTPCREL
got-relaxed.s 6 call *call@GOTPCREL(%rip)
7 jmp *jmp@GOTPCREL(%rip)
got-relaxed-rex.s 5 movq mov@GOTPCREL(%rip), %rax
6 test %rax, test@GOTPCREL(%rip)
7 adc adc@GOTPCREL(%rip), %rax
8 add add@GOTPCREL(%rip), %rax
9 and and@GOTPCREL(%rip), %rax
10 cmp cmp@GOTPCREL(%rip), %rax
11 or or@GOTPCREL(%rip), %rax
12 sbb sbb@GOTPCREL(%rip), %rax
13 sub sub@GOTPCREL(%rip), %rax
14 xor xor@GOTPCREL(%rip), %ra
    [all...]
got.s 7 movl foo@GOTPCREL(%rip), %eax
merge.s 11 movq foo@GOTPCREL, %rax
  /external/clang/test/Driver/
relax.s 12 movq foo@GOTPCREL(%rip), %rax
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
got.s 7 movl foo@GOTPCREL(%rip), %eax
merge.s 14 movq foo@GOTPCREL, %rax
  /external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/
in.s 6 # As is the equivalent GOTPCREL movq.
7 movq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
10 orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
13 orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %rax
15 # Test that GOTPCREL accesses get translated. They are handled
18 pushq stderr@GOTPCREL(%rip)
19 pushq foo@GOTPCREL(%rip)
21 movq stderr@GOTPCREL(%rip), %r11
22 movq foo@GOTPCREL(%rip), %r11
24 vmovq stderr@GOTPCREL(%rip), %xmm
    [all...]
out.s 17 # As is the equivalent GOTPCREL movq.
18 # WAS movq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
27 # WAS orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
39 # WAS orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %rax
50 # Test that GOTPCREL accesses get translated. They are handled
53 # WAS pushq stderr@GOTPCREL(%rip)
63 # WAS pushq foo@GOTPCREL(%rip)
68 # WAS movq stderr@GOTPCREL(%rip), %r11
76 # WAS movq foo@GOTPCREL(%rip), %r11
79 # WAS vmovq stderr@GOTPCREL(%rip), %xmm
    [all...]
  /bionic/libc/private/
bionic_asm_x86_64.h 40 #define PIC_GOT(x) x@GOTPCREL(%rip)
  /external/llvm/test/MC/AMDGPU/
reloc.s 12 s_mov_b32 s2, global_var@GOTPCREL
  /external/boringssl/src/util/fipstools/delocate/testdata/x86_64-ThreeArg/
in.s 5 shrxq %rbx, kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rax
6 shrxq kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rbx, %rax
  /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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 11 movq foo.c@GOTPCREL(%rip), %rax
12 movq bar.c@GOTPCREL(%rip), %rax

Completed in 749 milliseconds

1 2