Searched defs:POP (Results 1 - 22 of 22) sorted by relevance

/bionic/libc/arch-x86/atom/string/
H A Dssse3-strcmp-atom.S87 #define POP(REG) popl REG; CFI_POP (REG) define
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
1932 POP (%esi)
1933 POP (%edi)
1934 POP (%ebx)
2106 POP (%esi)
2107 POP (%edi)
2108 POP (%ebx)
2114 POP (%ebp)
2270 POP (
[all...]
H A Dsse2-wcschr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
131 POP (%edi)
149 POP (%edi)
H A Dssse3-memcpy-atom.S89 #define POP(REG) popl REG; CFI_POP (REG) define
94 # define RETURN_END POP (%ebx); ret
256 POP (%edi)
274 POP (%edi)
472 POP (%edi)
512 POP (%edi)
576 POP (%edi)
616 POP (%edi)
680 POP (%edi)
722 POP (
[all...]
H A Dsse2-memchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
H A Dsse2-memrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
723 POP (%edi)
758 POP (%edi)
767 POP (%edi)
775 POP (%edi)
H A Dsse2-memset-atom.S52 #define POP(REG) popl REG; CFI_POP(REG) define
62 #define RETURN_END POP(%ebx); ret
96 POP(%ebx) // Undo ENTRANCE without returning.
272 POP(%ebx)
369 POP(%ebx)
H A Dsse2-strchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
H A Dsse2-strrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
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 (
[all...]
H A Dsse2-wcscmp-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
H A Dsse2-wcsrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
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)
H A Dssse3-memcmp-atom.S91 #define POP(REG) popl REG; CFI_POP (REG) define
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 (
[all...]
H A Dssse3-strcat-atom.S87 #define POP(REG) popl REG; CFI_POP (REG) define
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)
H A Dssse3-wcscat-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) define
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
H A Dssse3-strlcat-atom.S77 #define POP(REG) popl REG; CFI_POP (REG) define
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 (
[all...]
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-strlen-slm.S83 #define POP(REG) popl REG; CFI_POP (REG) define
111 POP (%edi)
H A Dsse2-strcpy-slm.S79 #define POP(REG) popl REG; CFI_POP (REG) define
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);
H A Dsse2-memcpy-slm.S89 #define POP(REG) popl REG; CFI_POP (REG) define
93 #define RETURN_END POP (%ebx); ret
H A Dsse2-memmove-slm.S89 #define POP(REG) popl REG; CFI_POP (REG) define
93 #define RETURN_END POP (%ebx); ret
446 POP (%edi)
447 POP (%esi)
483 POP (%esi)
498 POP (%edi)
499 POP (%esi)
535 POP (%edi)
536 POP (%esi)
H A Dsse2-memset-slm.S52 #define POP(REG) popl REG; CFI_POP(REG) define
62 # define RETURN_END POP(%ebx); ret
96 POP(%ebx) // Undo ENTRANCE without returning.
192 POP(%ebx)
228 POP(%ebx)
249 POP(%ebx)
288 POP(%ebx)
H A Dsse4-memcmp-slm.S91 #define POP(REG) popl REG; CFI_POP (REG) define
97 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx)
212 POP (%ebx)
223 POP (%ebx)
1122 POP (%ebx)
1129 POP (%ebx)
/bionic/libc/arch-x86_64/string/
H A Dsse2-memcpy-slm.S85 #define POP(REG) pop REG; define
88 #define RETURN_END POP (%rbx); ret
H A Dsse2-memmove-slm.S85 #define POP(REG) pop REG; define
88 #define RETURN_END POP (%rbx); ret

Completed in 212 milliseconds