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

<<111213

  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 95 # define POP(REG) popl REG; CFI_POP (REG)
sse2-strrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
ssse3-wcscpy-atom.S 81 # define POP(REG) popl REG; CFI_POP (REG)
sse2-memset-atom.S 86 #define POP(REG) popl REG; CFI_POP (REG)
sse2-wcscmp-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
ssse3-strlcat-atom.S 77 #define POP(REG) popl REG; CFI_POP (REG)
ssse3-strcmp-atom.S 87 #define POP(REG) popl REG; CFI_POP (REG)
    [all...]
ssse3-memcmp-atom.S 91 #define POP(REG) popl REG; CFI_POP (REG)
    [all...]
ssse3-memcpy-atom.S 96 #define POP(REG) popl REG; CFI_POP (REG)
    [all...]
ssse3-strcpy-atom.S 81 # define POP(REG) popl REG; CFI_POP (REG)
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)
  /external/llvm/test/MC/X86/
x86-32-coverage.s 30 // CHECK: popl 3735928559(%ebx,%ecx,8)
31 popl 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 568 #define POP_L(a) CHOICE(popl a, popl a, _LTOG pop a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 568 #define POP_L(a) CHOICE(popl a, popl a, _LTOG pop a)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 273 milliseconds

<<111213