HomeSort by relevance Sort by last modified time
    Searched refs:CFI_POP (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-wcsrchr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
128 CFI_POP (%esi)
143 CFI_POP (%esi)
174 CFI_POP (%esi)
sse2-strrchr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
129 CFI_POP (%esi)
130 CFI_POP (%ebx)
145 CFI_POP (%esi)
146 CFI_POP (%ebx)
178 CFI_POP (%esi)
179 CFI_POP (%ebx)
sse2-wcschr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-strchr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-memchr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
ssse3-strcat-atom.S 82 #define CFI_POP(REG) \
87 #define POP(REG) popl REG; CFI_POP (REG)
sse2-wcscmp-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
1044 CFI_POP (%edi)
1045 CFI_POP (%esi)
ssse3-wcscpy-atom.S 76 # define CFI_POP(REG) \
81 # define POP(REG) popl REG; CFI_POP (REG)
618 CFI_POP (%edi)
ssse3-strlcat-atom.S 72 #define CFI_POP(REG) \
77 #define POP(REG) popl REG; CFI_POP (REG)
836 CFI_POP (%edi)
sse2-memrchr-atom.S 74 #define CFI_POP(REG) \
79 #define POP(REG) popl REG; CFI_POP (REG)
sse2-strlen-atom.S 90 # define CFI_POP(REG) \
95 # define POP(REG) popl REG; CFI_POP (REG)
sse2-memset-atom.S 47 #define CFI_POP(REG) \
52 #define POP(REG) popl REG; CFI_POP(REG)
ssse3-strcpy-atom.S 76 # define CFI_POP(REG) \
81 # define POP(REG) popl REG; CFI_POP (REG)
    [all...]
ssse3-strcmp-atom.S 82 #define CFI_POP(REG) \
87 #define POP(REG) popl REG; CFI_POP (REG)
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S 84 #define CFI_POP(REG) \
89 #define POP(REG) popl REG; CFI_POP (REG)
324 CFI_POP (%edi)
325 CFI_POP (%esi)
sse2-memcpy-slm.S 84 #define CFI_POP(REG) \
89 #define POP(REG) popl REG; CFI_POP (REG)
sse2-strlen-slm.S 78 #define CFI_POP(REG) \
83 #define POP(REG) popl REG; CFI_POP (REG)
sse2-memset-slm.S 47 #define CFI_POP(REG) \
52 #define POP(REG) popl REG; CFI_POP(REG)
sse4-memcmp-slm.S 86 #define CFI_POP(REG) \
91 #define POP(REG) popl REG; CFI_POP (REG)
  /system/core/libcutils/arch-x86/
android_memset32.S 70 #define CFI_POP(REG) \
75 #define POP(REG) popl REG; CFI_POP (REG)
android_memset16.S 70 #define CFI_POP(REG) \
75 #define POP(REG) popl REG; CFI_POP (REG)
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 80 #define CFI_POP(REG) \
sse2-memmove-slm.S 80 #define CFI_POP(REG) \
  /art/runtime/arch/x86/
memcmp16_x86.S 31 #define CFI_POP(REG) \
36 #define POP(REG) popl REG; CFI_POP (REG)
61 CFI_POP (%ebx)

Completed in 318 milliseconds

1 2