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

1 2

  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-linux.S 98 popq %r8 ; \
99 popq %rcx ; \
100 popq %rdx ; \
101 popq %rsi ; \
102 popq %rdi
138 popq %rax /* syscallno -> %rax */
170 popq %r15
171 popq %r14
172 popq %r13
173 popq %r1
    [all...]
syscall-amd64-darwin.S 183 popq %rbp
190 popq %rbp
  /external/llvm/test/MC/X86/
no-elf-compact-unwind.s 11 popq %rax
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_x86-64.S 99 popq %rbp
100 popq %rsi
101 popq %rdi
115 popq %rbp
116 popq %rsi
117 popq %rdi
134 popq %rbp
146 popq %rbp
163 popq %rdi
175 popq %rd
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S 133 popq %r15 /* get rid of the word without trashing %rflags */
140 popq %r15
150 popq %rdi
154 popq %r15
155 popq %r14
156 popq %r13
157 popq %r12
158 popq %r11
159 popq %r10
160 popq %r
    [all...]
dispatch-amd64-linux.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...]
  /bionic/libc/arch-x86_64/bionic/
vfork.S 34 popq %rdi // Grab the return address.
setjmp.S 56 popq %rdi
80 popq %r8
sigsetjmp.S 61 popq %rdi
86 2: popq %rax
  /external/llvm/test/MC/COFF/
seh-section.s 33 popq %rbp
  /external/lldb/tools/debugserver/source/MacOSX/
HasAVX.s 40 popq %rbx
42 popq %rbp
  /external/chromium_org/v8/test/cctest/
test-code-stubs-x64.cc 105 __ popq(rdi);
106 __ popq(rsi);
107 __ popq(rdx);
108 __ popq(rcx);
109 __ popq(rbx);
test-assembler-x64.cc 108 __ popq(rax);
109 __ popq(rax);
110 __ popq(rax);
111 __ popq(rbp);
374 __ popq(arg2);
375 __ popq(arg2);
376 __ popq(arg2);
377 __ popq(rbp);
407 __ popq(rbp);
562 __ popq(rsi)
    [all...]
test-hashing.cc 63 __ popq(rbx);
64 __ popq(kRootRegister);
test-disasm-x64.cc 131 __ popq(rdx);
132 __ popq(rax);
133 __ popq(Operand(rbx, rcx, times_4, 0));
174 __ popq(Operand(rbx, rcx, times_4, 10000));
  /external/llvm/test/MC/ELF/
fde.s 25 popq %rbp
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 619 popq %r15
620 popq %r14
621 popq %r13
622 popq %r12
623 popq %r11
624 popq %r10
625 popq %r9
626 popq %r8
627 popq %rdi
628 popq %rs
    [all...]
asm_support_x86_64.S 155 popq REG_VAR(reg,0)
  /external/valgrind/main/coregrind/
m_cpuid.S 148 popq %rbx
150 popq %rbp
  /external/libunwind/src/x86_64/
setcontext.S 72 popq %rdi
getcontext.S 75 popq UC_MCONTEXT_RFLAGS(%rdi)
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 347 __ popq(backtrack_stackpointer());
349 __ popq(rdi);
350 __ popq(rsi);
877 __ popq(rbx);
878 __ popq(rdi);
879 __ popq(rsi);
888 __ popq(rbp);
914 __ popq(rdi);
915 __ popq(backtrack_stackpointer());
    [all...]
deoptimizer-x64.cc 209 __ popq(Operand(rbx, dst_offset));
244 __ popq(rax);
297 __ popq(r);
debug-x64.cc 286 __ popq(rbp);
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 851 __ popq(Register::from_code(i));
854 __ popq(rbp); // Pop caller's frame pointer.
859 __ popq(rbp); // Pop caller's frame pointer.
864 __ popq(rbp); // Pop caller's frame pointer.

Completed in 1292 milliseconds

1 2