OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFI_PUSH
(Results
26 - 28
of
28
) sorted by null
1
2
/bionic/libc/arch-x86/atom/string/
ssse3-strcpy-atom.S
72
# define
CFI_PUSH
(REG) \
80
# define PUSH(REG) pushl REG;
CFI_PUSH
(REG)
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)
[
all
...]
ssse3-strcmp-atom.S
78
#define
CFI_PUSH
(REG) \
86
#define PUSH(REG) pushl REG;
CFI_PUSH
(REG)
99
# define RETURN POP (%ebp); ret;
CFI_PUSH
(%ebp)
[
all
...]
/bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S
76
#define
CFI_PUSH
(REG) \
Completed in 904 milliseconds
1
2