Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 24 of 24) sorted by relevance

/bionic/libc/arch-x86/atom/string/
Dsse2-strrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
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 …]
Dssse3-memcmp-atom.S91 #define POP(REG) popl REG; CFI_POP (REG) macro
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)
391 POP (%edi)
392 POP (%esi)
[all …]
Dsse2-wcsrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
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)
Dssse3-strlcat-atom.S77 #define POP(REG) popl REG; CFI_POP (REG) macro
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)
443 POP (%edi)
[all …]
Dssse3-wcscat-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
Dssse3-strlcpy-atom.S42 POP (%esi)
129 POP (%esi)
219 POP (%esi)
243 POP (%edi)
264 POP (%edi)
288 POP (%edi)
309 POP (%edi)
319 POP (%edi)
340 POP (%edi)
362 POP (%edi)
[all …]
Dsse2-wcschr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
131 POP (%edi)
149 POP (%edi)
Dssse3-strcat-atom.S87 #define POP(REG) popl REG; CFI_POP (REG) macro
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)
Dssse3-memcpy-atom.S89 #define POP(REG) popl REG; CFI_POP (REG) macro
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 (%edi)
[all …]
Dssse3-wcscpy-atom.S81 # define POP(REG) popl REG; CFI_POP (REG) macro
84 # define RETURN POP (%edi); ret; CFI_PUSH (%edi)
356 POP (%esi)
465 POP (%esi)
581 POP (%esi)
Dsse2-memrchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
723 POP (%edi)
758 POP (%edi)
767 POP (%edi)
775 POP (%edi)
Dsse2-strchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
Dssse3-strcmp-atom.S87 #define POP(REG) popl REG; CFI_POP (REG) macro
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 (%ebp)
Dsse2-memset-atom.S52 #define POP(REG) popl REG; CFI_POP(REG) macro
62 #define RETURN_END POP(%ebx); ret
87 POP(%ebx) // Undo ENTRANCE without returning.
263 POP(%ebx)
360 POP(%ebx)
Dsse2-memchr-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
Dsse2-strlen-atom.S95 # define POP(REG) popl REG; CFI_POP (REG) macro
97 # define RETURN POP (%edi); ret; CFI_PUSH(%edi);
Dsse2-wcscmp-atom.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
Dssse3-strcpy-atom.S81 # define POP(REG) popl REG; CFI_POP (REG) macro
90 # define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
91 # define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
96 # define RETURN1 POP (%edi); ret; CFI_PUSH (%edi)
2200 POP (%esi)
2323 POP (%esi)
2409 POP (%esi)
2829 POP (%edi)
/bionic/libc/arch-x86/silvermont/string/
Dsse2-memmove-slm.S89 #define POP(REG) popl REG; CFI_POP (REG) macro
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)
Dsse2-memset-slm.S52 #define POP(REG) popl REG; CFI_POP(REG) macro
62 # define RETURN_END POP(%ebx); ret
87 POP(%ebx) // Undo ENTRANCE without returning.
183 POP(%ebx)
219 POP(%ebx)
240 POP(%ebx)
279 POP(%ebx)
Dsse2-strlen-slm.S83 #define POP(REG) popl REG; CFI_POP (REG) macro
111 POP (%edi)
Dsse4-memcmp-slm.S91 #define POP(REG) popl REG; CFI_POP (REG) macro
97 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx)
212 POP (%ebx)
223 POP (%ebx)
1122 POP (%ebx)
1129 POP (%ebx)
Dsse2-strcpy-slm.S79 #define POP(REG) popl REG; CFI_POP (REG) macro
93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%ed…
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
/bionic/libc/arch-x86_64/string/
Dsse2-memmove-slm.S91 #define POP(REG) pop REG; macro
94 #define RETURN_END POP (%rbx); ret