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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
riprel.asm 1 mov %rax,foo(%rip)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elf-rip.asm 3 mov eax, [rip]
4 mov eax, [rip+2]
5 mov eax, [rip+sym]
6 mov eax, [sym wrt rip]
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc-offsets.s 23 movb $0x12, _d(%rip)
26 movb $0x12, _d + 1(%rip)
29 movl $0x12345678, _d(%rip)
32 movl $0x12345678, _d + 1(%rip)
35 movl $0x12345678, _d + 2(%rip)
38 movl $0x12345678, _d + 3(%rip)
41 movl $0x12345678, _d + 4(%rip)
43 movb %al, _d(%rip)
44 movb %al, _d + 1(%rip)
45 movl %eax, _d(%rip)
    [all...]
darwin-x86_64-reloc.s 15 movq _foo@GOTPCREL(%rip), %rax
16 pushq _foo@GOTPCREL(%rip)
17 movl _foo(%rip), %eax
18 movl _foo+4(%rip), %eax
19 movb $0x12, _foo(%rip)
20 movl $0x12345678, _foo(%rip)
27 leaq L1(%rip), %rax
28 leaq L0(%rip), %rax
29 addl $6,L0(%rip)
30 addw $500,L0(%rip)
    [all...]
x86_64-reloc-arithmetic.s 8 leaq _bar(%rip), %rcx
darwin-x86_64-diff-relocs.s 58 movl %eax,4(%rip)
59 // movl %eax,_baz(%rip)
60 movl %eax,_g0(%rip)
61 movl %eax,L0(%rip)
62 movl %eax,_g1(%rip)
63 movl %eax,L1(%rip)
67 // rip-relative address).
68 // movl %eax,L0 - _g0(%rip)
69 // movl %eax,_g1 - _g0(%rip)
70 // movl %eax,_g1 - L1(%rip)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
mem64rip.asm 2 mov eax, [rip]
3 mov eax, [rip+2]
4 mov eax, [rip+sym]
5 mov eax, [sym wrt rip]
7 mov eax, [sym wrt rip]
mem64.asm 17 mov edx, [rip] ; 8B 15 00 00 00 00
18 a32 mov rcx, [rip+5] ; 67 48 8B 0D 05 00 00 00
24 mov ah, [rip] ; 8A 25 00 00 00 00
mem64-err.asm 5 mov eax, [rip+rcx]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref2.asm 7 mov eax, [foo wrt rip]
8 shl dword [foo wrt rip], 5
9 cmp dword [foo wrt rip], 16
10 cmp word [foo wrt rip], 10000
11 cmp dword [foo wrt rip], 10000000
win64-dataref.asm 36 lea rdx, [foobar wrt rip]
40 movzx rax, byte [foobar wrt rip]
51 lea rdx, [trap wrt rip]
59 movzx rax, byte [trap wrt rip]
75 mov ebx, [foobar3 wrt rip]
77 lea rdx, [foobar3 wrt rip]
79 mov rax, [foobar3 wrt rip]
80 mov rbx, [foobar3 wrt rip]
81 movzx rax, byte [foobar3 wrt rip]
87 mov ebx,[__savident wrt rip]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_reloc.asm 24 movq %rax, _VAR(%rip)
25 movq _VAR+8(%rip), %rcx
26 movlpd _VAR(%rip), %xmm1
29 movq %rax, _VAR2(%rip)
30 movq _VAR2+8(%rip), %rcx
31 movlpd _VAR2(%rip), %xmm1
34 movq %rax, _VAR3(%rip)
35 movq _VAR3+8(%rip), %rcx
36 movlpd _VAR3(%rip), %xmm1
  /external/llvm/test/MC/ELF/
got.s 7 movl foo@GOTPCREL(%rip), %eax
tls.s 5 leaq foo1@TLSGD(%rip), %rdi
6 leaq foo2@GOTTPOFF(%rip), %rdi
7 leaq foo3@TLSLD(%rip), %rdi
relocation.s 8 movq $bar, bar(%rip) # R_X86_64_32S
12 leaq foo@GOTTPOFF(%rip), %rax # R_X86_64_GOTTPOFF
13 leaq foo@TLSGD(%rip), %rax # R_X86_64_TLSGD
15 leaq foo@TLSLD(%rip), %rdi # R_X86_64_TLSLD
18 movq foo(%rip), %rdx
undef.s 20 movsd .Lsym8(%rip), %xmm1
merge.s 10 movsd .Lfoo(%rip), %xmm1
common.s 72 movsbl common4+3(%rip), %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-rip.asm 9 mov rax,[foo_equ wrt rip]
10 mov rax,[foo_text wrt rip]
11 mov rax,[foo_data wrt rip]
12 mov rbx,[foo_equ wrt rip]
13 mov rbx,[foo_text wrt rip]
14 mov rbx,[foo_data wrt rip]
  /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)
17 movl _foo(%rip), %eax
21 movl _foo+4(%rip), %eax
25 movb $0x12, _foo(%rip)
29 movl $0x12345678, _foo(%rip)
  /external/oprofile/daemon/
opd_ibs.h 43 unsigned long int rip; member in struct:ibs_fetch_sample
60 unsigned long int rip; member in struct:ibs_op_sample
103 * IbsFetchLinAd low IbsOpRip low <-- Logical (virtual) RIP
104 * IbsFetchLinAd high IbsOpRip high <-- Logical (virtual) RIP
  /external/compiler-rt/lib/x86_64/
floatundixf.S 16 #define REL_ADDR(_a) (_a)(%rip)
44 #define REL_ADDR(_a) (_a)(%rip)
floatundisf.S 15 #define REL_ADDR(_a) (_a)(%rip)
  /external/compiler-rt/lib/msan/lit_tests/
ptrace.cc 23 if (regs.rip)
24 printf("%zx\n", regs.rip);
  /external/iproute2/etc/iproute2/
rt_protos 26 250 gated/rip

Completed in 1588 milliseconds

1 2 3 4 5 6 7 8