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

  /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/MC/ELF/
got.s 7 movl foo@GOTPCREL(%rip), %eax
merge.s 14 movq foo@GOTPCREL, %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/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S 77 movq VG_(dispatch_ctr)@GOTPCREL(%rip), %r15
125 movq VG_(tt_fast)@GOTPCREL(%rip), %rcx
163 movq VG_(tt_fast)@GOTPCREL(%rip), %rcx
183 movq VG_(tt_fastN)@GOTPCREL(%rip), %rdx
261 movq VG_(dispatch_ctr)@GOTPCREL(%rip), %r15
dispatch-amd64-linux.S 78 movq VG_(dispatch_ctr)@GOTPCREL(%rip), %r15
129 movq VG_(tt_fast)@GOTPCREL(%rip), %rcx
170 movq VG_(tt_fast)@GOTPCREL(%rip), %rcx
190 movq VG_(tt_fastN)@GOTPCREL(%rip), %rdx
268 movq VG_(dispatch_ctr)@GOTPCREL(%rip), %r15
  /external/llvm/test/MC/X86/
x86-64.s 583 // CHECK: movq _foo@GOTPCREL(%rip), %rax
585 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
586 movq _foo@GOTPCREL(%rip), %rax
588 // CHECK: movq _foo@GOTPCREL(%rip), %r14
590 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
591 movq _foo@GOTPCREL(%rip), %r14
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 45 # GOTPCREL addressing, stick to mov symbol@GOTPCREL(%rip),%r??.
227 if ($win64 && $self->{label} =~ s/\@GOTPCREL//) {

Completed in 6761 milliseconds