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

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_amd64.S 38 popq %r15
39 popq %r14
40 popq %r13
41 popq %r12
42 popq %rbp
43 popq %rbx
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_amd64.S 38 popq %r15
39 popq %r14
40 popq %r13
41 popq %r12
42 popq %rbp
43 popq %rbx
  /external/llvm/test/MC/X86/
no-elf-compact-unwind.s 11 popq %rax
compact-unwind.s 32 popq %rbx
33 popq %rbp
62 popq %rbx
63 popq %rbp
  /external/valgrind/coregrind/m_dispatch/
dispatch-amd64-darwin.S 134 popq %r15 /* get rid of the word without trashing %rflags */
141 popq %r15
151 popq %rdi
155 popq %r15
156 popq %r14
157 popq %r13
158 popq %r12
159 popq %r11
160 popq %r10
161 popq %r
    [all...]
dispatch-amd64-linux.S 135 popq %r15 /* get rid of the word without trashing %rflags */
142 popq %r15
152 popq %rdi
156 popq %r15
157 popq %r14
158 popq %r13
159 popq %r12
160 popq %r11
161 popq %r10
162 popq %r
    [all...]
dispatch-amd64-solaris.S 135 popq %r15 /* get rid of the word without trashing %rflags */
142 popq %r15
152 popq %rdi
156 popq %r15
157 popq %r14
158 popq %r13
159 popq %r12
160 popq %r11
161 popq %r10
162 popq %r
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syscall-amd64-linux.S 117 popq %r8 ; \
119 popq %rcx ; \
121 popq %rdx ; \
123 popq %rsi ; \
125 popq %rdi ; \
163 popq %rax /* syscallno -> %rax */
196 popq %r15
198 popq %r14
200 popq %r13
202 popq %r1
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsgd8.s 16 popq %rbx
17 popq %rbx
tlsgd7.s 16 popq %rbx
17 popq %rbx
tlsld3.s 18 popq %rbx
19 popq %rbx
  /external/llvm/test/MC/COFF/
seh-section.s 73 popq %rbp
88 popq %rbp
103 popq %rbp
seh-linkonce.s 24 popq %rbp
  /bionic/libc/arch-x86_64/bionic/
vfork.S 34 popq %rdi // Grab the return address.
setjmp.S 108 popq %rdi
124 popq %rdi // Pop 'env'.
128 popq %rax
172 popq %rcx
175 popq %rax // Pop 'value'.
193 popq %r11
194 popq %rax
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_rsp_mem_op.s 14 # CHECK: popq %rdi
15 # CHECK: popq %rax
36 # CHECK: popq %rdi
37 # CHECK: popq %rax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-stack-suffix.d 14 [ ]*[a-f0-9]+: 58 popq %rax
16 [ ]*[a-f0-9]+: 48 58 rex.W popq %rax
17 [ ]*[a-f0-9]+: 66 48 58 data16 rex.W popq %rax
18 [ ]*[a-f0-9]+: 8f c0 popq %rax
20 [ ]*[a-f0-9]+: 48 8f c0 rex.W popq %rax
21 [ ]*[a-f0-9]+: 66 48 8f c0 data16 rex.W popq %rax
22 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
24 [ ]*[a-f0-9]+: 48 8f 00 rex.W popq \(%rax\)
25 [ ]*[a-f0-9]+: 66 48 8f 00 data16 rex.W popq \(%rax\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-stack-suffix.d 14 [ ]*[a-f0-9]+: 58 popq %rax
16 [ ]*[a-f0-9]+: 48 58 rex.W popq %rax
17 [ ]*[a-f0-9]+: 66 48 58 data16 rex.W popq %rax
18 [ ]*[a-f0-9]+: 8f c0 popq %rax
20 [ ]*[a-f0-9]+: 48 8f c0 rex.W popq %rax
21 [ ]*[a-f0-9]+: 66 48 8f c0 data16 rex.W popq %rax
22 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
24 [ ]*[a-f0-9]+: 48 8f 00 rex.W popq \(%rax\)
25 [ ]*[a-f0-9]+: 66 48 8f 00 data16 rex.W popq \(%rax\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
peseh-x64-2.s 23 popq %rbp
peseh-x64-3.s 27 popq %rbp
peseh-x64-4.s 17 popq %rbp
48 popq %rbp
79 popq %rbp
104 popq %rbp
157 popq %rbp
203 popq %rbp
228 popq %rbp
306 popq %rbx
307 popq %rbp
360 popq %rb
    [all...]
  /external/v8/test/cctest/
test-code-stubs-x64.cc 111 __ popq(rdi);
112 __ popq(rsi);
113 __ popq(rdx);
114 __ popq(rcx);
115 __ popq(rbx);
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 21 popq %rax
  /external/llvm/test/MC/ELF/
fde.s 25 popq %rbp
  /external/valgrind/coregrind/
m_cpuid.S 148 popq %rbx
150 popq %rbp

Completed in 565 milliseconds

1 2 3