Home
last modified time | relevance | path

Searched defs:REG (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/arch-x86/string/
Dsse2-strlen-atom.S50 #define CFI_PUSH(REG) \ argument
54 #define CFI_POP(REG) \ argument
58 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
59 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-memcmp3-new.S86 #define CFI_PUSH(REG) \ argument
90 #define CFI_POP(REG) \ argument
94 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
95 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-strcmp-latest.S78 #define CFI_PUSH(REG) \ argument
82 #define CFI_POP(REG) \ argument
86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
87 #define POP(REG) popl REG; CFI_POP (REG) argument
Dsse2-memset5-atom.S74 #define CFI_PUSH(REG) \ argument
78 #define CFI_POP(REG) \ argument
82 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
83 #define POP(REG) popl REG; CFI_POP (REG) argument
Dssse3-memcpy5.S96 #define CFI_PUSH(REG) \ argument
100 #define CFI_POP(REG) \ argument
104 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
105 #define POP(REG) popl REG; CFI_POP (REG) argument
/bionic/libc/arch-arm/bionic/
Dstrcmp.S51 #define magic1(REG) REG argument
52 #define magic2(REG) REG, lsl #7 argument