Searched defs:REG (Results 1 – 6 of 6) sorted by relevance
50 #define CFI_PUSH(REG) \ argument54 #define CFI_POP(REG) \ argument58 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument59 #define POP(REG) popl REG; CFI_POP (REG) argument
86 #define CFI_PUSH(REG) \ argument90 #define CFI_POP(REG) \ argument94 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument95 #define POP(REG) popl REG; CFI_POP (REG) argument
78 #define CFI_PUSH(REG) \ argument82 #define CFI_POP(REG) \ argument86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument87 #define POP(REG) popl REG; CFI_POP (REG) argument
74 #define CFI_PUSH(REG) \ argument78 #define CFI_POP(REG) \ argument82 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument83 #define POP(REG) popl REG; CFI_POP (REG) argument
96 #define CFI_PUSH(REG) \ argument100 #define CFI_POP(REG) \ argument104 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument105 #define POP(REG) popl REG; CFI_POP (REG) argument
51 #define magic1(REG) REG argument52 #define magic2(REG) REG, lsl #7 argument