HomeSort by relevance Sort by last modified time
    Searched refs:popl (Results 276 - 300 of 316) sorted by null

<<111213

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-mont.S 328 popl %edi
329 popl %esi
330 popl %ebx
331 popl %ebp
  /external/openssl/crypto/bn/asm/
co-586.S 541 popl %ebx
542 popl %ebp
543 popl %edi
544 popl %esi
709 popl %ebx
710 popl %ebp
711 popl %edi
712 popl %esi
1117 popl %ebx
1118 popl %eb
    [all...]
x86-mont.S 328 popl %edi
329 popl %esi
330 popl %ebx
331 popl %ebp
  /external/zlib/src/contrib/inflate86/
inffast.S 382 popl %edx /* copy new eflags to edx */
408 popl %edx
409 popl %ecx
410 popl %ebx
411 popl %eax
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 45 popl %ebp
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.S 18 popl %ebp
471 popl %edi
472 popl %esi
473 popl %ebx
474 popl %ebp
sha1-586.S 1371 popl %edi
1372 popl %esi
1373 popl %ebx
1374 popl %ebp
  /external/openssl/crypto/sha/asm/
sha512-586.S 18 popl %ebp
471 popl %edi
472 popl %esi
473 popl %ebx
474 popl %ebp
sha1-586.S 1371 popl %edi
1372 popl %esi
1373 popl %ebx
1374 popl %ebp
  /external/valgrind/main/coregrind/
m_trampoline.S 63 popl %eax
111 popl %ebp
131 popl %ebp
734 popl %esi
777 popl %esi
830 popl %esi
831 popl %edi
  /external/kernel-headers/original/asm-x86/
paravirt.h 1023 "popl %%edx; popl %%ecx")
1035 "popl %%edx; popl %%ecx")
1047 "popl %%edx; popl %%ecx")
1058 "popl %%edx; popl %%ecx")
1077 "popl %%edx; popl %%ecx",
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-586.S 673 popl %eax
674 popl %ebx
675 popl %ebp
676 popl %edi
677 popl %esi
  /external/openssl/crypto/md5/asm/
md5-586.S 673 popl %eax
674 popl %ebx
675 popl %ebp
676 popl %edi
677 popl %esi
  /bionic/libc/arch-x86/string/
sse2-wcschr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-wcsrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-strchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-memchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
ssse3-strcat-atom.S 87 #define POP(REG) popl REG; CFI_POP (REG)
sse2-memrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.S 18 popl %edx
874 popl %edi
875 popl %esi
876 popl %ebx
877 popl %ebp
  /external/openssl/crypto/des/asm/
crypt586.S 18 popl %edx
874 popl %edi
875 popl %esi
876 popl %ebx
877 popl %ebp
  /art/compiler/utils/x86/
assembler_x86.cc 93 void X86Assembler::popl(Register reg) { function in class:art::x86::X86Assembler
99 void X86Assembler::popl(const Address& address) { function in class:art::x86::X86Assembler
    [all...]
assembler_x86.h 229 void popl(Register reg);
230 void popl(const Address& address);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 123 popl %ebx
124 popl %esi
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)

Completed in 802 milliseconds

<<111213