HomeSort by relevance Sort by last modified time
    Searched full:gotpcrel (Results 1 - 25 of 68) sorted by null

1 2 3

  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
gotpcrel.asm 3 mov rax, [var wrt ..gotpcrel] ; should be error/warning?
4 mov rax, [rel var wrt ..got] ; automatic promotion to GOTPCREL
5 mov rax, [rel var wrt ..gotpcrel]
Makefile.inc 8 EXTRA_DIST += modules/objfmts/elf/tests/amd64/gotpcrel.asm
9 EXTRA_DIST += modules/objfmts/elf/tests/amd64/gotpcrel.hex
elfso64.asm 51 mov rbx,[integer wrt ..gotpcrel wrt rip]
54 mov rbx,[_GLOBAL_OFFSET_TABLE_ wrt ..gotpcrel wrt rip]
  /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 2 ; CHECK: _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
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_ssym.asm 4 movl %eax, foo@GOTPCREL
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 9 movq _foo@GOTPCREL(%rip), %rax
13 pushq _foo@GOTPCREL(%rip)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
nasm-macho64-pic.asm 11 mov rax, [rel _foo wrt ..gotpcrel]
15 push qword [rel _foo wrt ..gotpcrel]
  /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/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 186 movq _ZN14__interception11real_setjmpE@GOTPCREL(%rip), %rdx
213 movq _ZN14__interception12real__setjmpE@GOTPCREL(%rip), %rdx
254 movq _ZN14__interception14real_sigsetjmpE@GOTPCREL(%rip), %rdx
295 movq _ZN14__interception16real___sigsetjmpE@GOTPCREL(%rip), %rdx
  /external/elfutils/backends/
x86_64_reloc.def 37 RELOC_TYPE (GOTPCREL, REL)

Completed in 1639 milliseconds

1 2 3