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

1 23

  /external/mesa3d/src/mesa/x86-64/
xform4.S 45 popq %rbx
  /external/v8/test/cctest/
test-disasm-x64.cc 153 __ popq(rdx);
154 __ popq(rax);
155 __ popq(Operand(rbx, rcx, times_4, 0));
204 __ popq(Operand(rbx, rcx, times_4, 10000));
test-macro-assembler-x64.cc 106 __ popq(i::kRootRegister);
    [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 275 __ popq(rsi);
318 __ popq(rsi);
  /external/v8/src/x64/
code-stubs-x64.cc 26 __ popq(rcx);
178 __ popq(save_reg);
179 __ popq(scratch1);
    [all...]
macro-assembler-x64.cc 357 if (map.is(kScratchRegister)) popq(map);
371 if (map.is(kScratchRegister)) popq(map);
801 popq(reg);
    [all...]
macro-assembler-x64.h     [all...]
assembler-x64.h 677 void popq(Register dst);
678 void popq(const Operand& dst);
    [all...]
assembler-x64.cc 1856 void Assembler::popq(Register dst) { function in class:v8::internal::Assembler
1863 void Assembler::popq(const Operand& dst) { function in class:v8::internal::Assembler
    [all...]
builtins-x64.cc     [all...]
  /external/valgrind/coregrind/
m_trampoline.S 1123 popq %rbx
1141 popq %rbp
1153 popq %rbp
    [all...]
  /bionic/libm/x86_64/
s_cos.S 588 popq %rbx
s_sin.S 595 popq %rbx
s_tan.S 611 popq %rbx
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode.d 256 [ ]*[a-f0-9]+: 41 8f 00 popq \(%r8\)
257 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.d 255 [ ]*[a-f0-9]+: 41 8f 00 popq \(%r8\)
256 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1b.s 29 popq %rbp
  /art/compiler/utils/x86_64/
assembler_x86_64.h 351 void popq(CpuRegister reg);
352 void popq(const Address& address);
    [all...]
assembler_x86_64.cc 91 void X86_64Assembler::popq(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
98 void X86_64Assembler::popq(const Address& address) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/boringssl/linux-x86_64/crypto/aes/
aesni-x86_64.S 1571 popq %rbp
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
aesni-x86_64.S 1570 popq %rbp
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 382 __ popq(rbp);
729 __ popq(rax);
735 __ popq(rax);
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S 118 popq \_reg
    [all...]

Completed in 9900 milliseconds

1 23