Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/atom/string/
Dssse3-wcscat-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-wcschr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-wcsrchr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-strchr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memchr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-strcat-atom.S78 #define CFI_PUSH(REG) \ argument
80 cfi_rel_offset (REG, 0)
82 #define CFI_POP(REG) \ argument
84 cfi_restore (REG)
86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
87 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-strrchr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-strlen-atom.S86 # define CFI_PUSH(REG) \ argument
88 cfi_rel_offset (REG, 0)
90 # define CFI_POP(REG) \ argument
92 cfi_restore (REG)
94 # define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
95 # define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-wcscpy-atom.S72 # define CFI_PUSH(REG) \ argument
74 cfi_rel_offset (REG, 0)
76 # define CFI_POP(REG) \ argument
78 cfi_restore (REG)
80 # define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
81 # define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memrchr-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-wcscmp-atom.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memset-atom.S43 #define CFI_PUSH(REG) \ argument
45 .cfi_rel_offset REG, 0
47 #define CFI_POP(REG) \ argument
49 .cfi_restore REG
51 #define PUSH(REG) pushl REG; CFI_PUSH(REG) argument
52 #define POP(REG) popl REG; CFI_POP(REG) argument
Dssse3-strlcat-atom.S68 #define CFI_PUSH(REG) \ argument
70 cfi_rel_offset (REG, 0)
72 #define CFI_POP(REG) \ argument
74 cfi_restore (REG)
76 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
77 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-strcmp-atom.S78 #define CFI_PUSH(REG) \ argument
80 cfi_rel_offset (REG, 0)
82 #define CFI_POP(REG) \ argument
84 cfi_restore (REG)
86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
87 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-memcmp-atom.S82 #define CFI_PUSH(REG) \ argument
84 cfi_rel_offset (REG, 0)
86 #define CFI_POP(REG) \ argument
88 cfi_restore (REG)
90 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
91 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-memcpy-atom.S80 #define CFI_PUSH(REG) \ argument
82 cfi_rel_offset (REG, 0)
84 #define CFI_POP(REG) \ argument
86 cfi_restore (REG)
88 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
89 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-strcpy-atom.S72 # define CFI_PUSH(REG) \ argument
74 cfi_rel_offset (REG, 0)
76 # define CFI_POP(REG) \ argument
78 cfi_restore (REG)
80 # define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
81 # define POP(REG) popl REG; CFI_POP (REG) argument
/bionic/libc/arch-x86/silvermont/string/
Dsse2-strlen-slm.S74 #define CFI_PUSH(REG) \ argument
76 cfi_rel_offset (REG, 0)
78 #define CFI_POP(REG) \ argument
80 cfi_restore (REG)
82 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
83 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memmove-slm.S80 #define CFI_PUSH(REG) \ argument
82 cfi_rel_offset (REG, 0)
84 #define CFI_POP(REG) \ argument
86 cfi_restore (REG)
88 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
89 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memset-slm.S43 #define CFI_PUSH(REG) \ argument
45 .cfi_rel_offset REG, 0
47 #define CFI_POP(REG) \ argument
49 .cfi_restore REG
51 #define PUSH(REG) pushl REG; CFI_PUSH(REG) argument
52 #define POP(REG) popl REG; CFI_POP(REG) argument
Dsse4-memcmp-slm.S82 #define CFI_PUSH(REG) \ argument
84 cfi_rel_offset (REG, 0)
86 #define CFI_POP(REG) \ argument
88 cfi_restore (REG)
90 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
91 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-strcpy-slm.S70 #define CFI_PUSH(REG) \ argument
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \ argument
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
79 #define POP(REG) popl REG; CFI_POP (REG) argument
/bionic/libc/arch-x86_64/string/
Dsse2-memmove-slm.S82 #define CFI_PUSH(REG) \ argument
84 cfi_rel_offset (REG, 0)
86 #define CFI_POP(REG) \ argument
88 cfi_restore (REG)
90 #define PUSH(REG) push REG; argument
91 #define POP(REG) pop REG; argument
/bionic/libc/arch-arm/generic/bionic/
Dstrcmp.S54 #define magic1(REG) REG argument
55 #define magic2(REG) REG, lsl #7 argument