HomeSort by relevance Sort by last modified time
    Searched defs:POP (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/arch-x86/atom/string/
sse2-memset-atom.S 85 #define POP(REG) popl REG; CFI_POP (REG)
100 # define RETURN_END POP (%ebx); ret
336 POP (%ebx)
346 POP (%ebx)
446 POP (%ebx)
ssse3-memcpy-atom.S 95 #define POP(REG) popl REG; CFI_POP (REG)
100 # define RETURN_END POP (%ebx); ret
262 POP (%edi)
280 POP (%edi)
478 POP (%edi)
518 POP (%edi)
582 POP (%edi)
622 POP (%edi)
686 POP (%edi)
728 POP (%edi
    [all...]
ssse3-strcmp-atom.S 87 #define POP(REG) popl REG; CFI_POP (REG)
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
sse2-wcschr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
131 POP (%edi)
149 POP (%edi)
sse2-memchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
sse2-memrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
723 POP (%edi)
758 POP (%edi)
767 POP (%edi)
775 POP (%edi)
sse2-strchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
sse2-strrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
240 POP (%ebx)
241 POP (%esi)
250 POP (%ebx)
251 POP (%esi)
284 POP (%ebx)
285 POP (%esi)
302 POP (%ebx)
303 POP (%esi
    [all...]
sse2-wcscmp-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
sse2-wcsrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP(%edi); ret; CFI_PUSH(%edi);
235 POP (%esi)
248 POP (%esi)
274 POP (%esi)
286 POP (%esi)
302 POP (%esi)
316 POP (%esi)
ssse3-memcmp-atom.S 91 #define POP(REG) popl REG; CFI_POP (REG)
97 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
261 POP (%edi)
262 POP (%esi)
307 POP (%edi)
308 POP (%esi)
338 POP (%edi)
339 POP (%esi
    [all...]
ssse3-strcat-atom.S 87 #define POP(REG) popl REG; CFI_POP (REG)
163 # define RETURN1 POP (%ebx); POP (%edi); ret; \
167 # define RETURN1 POP(%edi); ret; CFI_PUSH(%edi)
176 POP (%esi)
402 POP (%esi)
492 POP (%esi)
ssse3-wcscat-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
ssse3-strlcat-atom.S 77 #define POP(REG) popl REG; CFI_POP (REG)
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
109 #define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
176 POP (%esi)
263 POP (%esi)
353 POP (%esi)
377 POP (%edi)
398 POP (%edi)
422 POP (%edi
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 89 #define POP(REG) popl REG; CFI_POP (REG)
104 # define RETURN_END POP (%ebx); ret
255 POP (%ebx)
303 POP (%ebx)
326 POP (%ebx)
367 POP (%ebx)
sse2-strlen-slm.S 83 #define POP(REG) popl REG; CFI_POP (REG)
111 POP (%edi)
sse2-strcpy-slm.S 79 #define POP(REG) popl REG; CFI_POP (REG)
93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%edi);
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
    [all...]
sse2-memcpy-slm.S 89 #define POP(REG) popl REG; CFI_POP (REG)
93 #define RETURN_END POP (%ebx); ret
sse2-memmove-slm.S 95 #define POP(REG) popl REG; CFI_POP (REG)
99 #define RETURN_END POP (%ebx); ret
449 POP (%edi)
450 POP (%esi)
486 POP (%esi)
501 POP (%edi)
502 POP (%esi)
538 POP (%edi)
539 POP (%esi)
sse4-memcmp-slm.S 91 #define POP(REG) popl REG; CFI_POP (REG)
97 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx)
212 POP (%ebx)
223 POP (%ebx)
1122 POP (%ebx)
1129 POP (%ebx)
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN_END POP (%ebx); ret
361 POP (%ebx)
371 POP (%ebx)
475 POP (%ebx)
sse2-memset32-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN_END POP (%ebx); ret
275 POP (%ebx)
285 POP (%ebx)
390 POP (%ebx)
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 85 #define POP(REG) pop REG;
88 #define RETURN_END POP (%rbx); ret
sse2-memmove-slm.S 85 #define POP(REG) pop REG;
88 #define RETURN_END POP (%rbx); ret
  /art/runtime/arch/x86/
memcmp16_x86.S 36 #define POP(REG) popl REG; CFI_POP (REG)
42 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
130 POP (%edi)
131 POP (%esi)
176 POP (%edi)
177 POP (%esi)
206 POP (%edi)
207 POP (%esi
    [all...]

Completed in 378 milliseconds

1 2 3 4