OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFI_POP
(Results
1 - 25
of
26
) sorted by null
1
2
/bionic/libc/arch-x86/atom/string/
ssse3-strcpy-atom.S
76
# define
CFI_POP
(REG) \
81
# define POP(REG) popl REG;
CFI_POP
(REG)
[
all
...]
ssse3-wcscpy-atom.S
76
# define
CFI_POP
(REG) \
81
# define POP(REG) popl REG;
CFI_POP
(REG)
618
CFI_POP
(%edi)
sse2-memset-atom.S
80
#define
CFI_POP
(REG) \
85
#define POP(REG) popl REG;
CFI_POP
(REG)
ssse3-memcpy-atom.S
90
#define
CFI_POP
(REG) \
95
#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
...]
sse2-wcschr-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)
sse2-memrchr-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-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-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)
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)
ssse3-memcmp-atom.S
86
#define
CFI_POP
(REG) \
91
#define POP(REG) popl REG;
CFI_POP
(REG)
132
CFI_POP
(%ebx)
[
all
...]
ssse3-strcat-atom.S
82
#define
CFI_POP
(REG) \
87
#define POP(REG) popl REG;
CFI_POP
(REG)
ssse3-wcscat-atom.S
74
#define
CFI_POP
(REG) \
79
#define POP(REG) popl REG;
CFI_POP
(REG)
/bionic/libc/arch-x86/silvermont/string/
sse2-memset-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-strcpy-slm.S
74
#define
CFI_POP
(REG) \
79
#define POP(REG) popl REG;
CFI_POP
(REG)
[
all
...]
sse2-memcpy-slm.S
84
#define
CFI_POP
(REG) \
89
#define POP(REG) popl REG;
CFI_POP
(REG)
sse2-memmove-slm.S
90
#define
CFI_POP
(REG) \
95
#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)
/bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S
80
#define
CFI_POP
(REG) \
sse2-memmove-slm.S
80
#define
CFI_POP
(REG) \
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE4_asm.S
16
#define
CFI_POP
(REG) \
21
#define POP(REG) popl REG;
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 260 milliseconds
1
2