Searched refs:REG (Results 1 – 1 of 1) sorted by relevance
27 #define CFI_PUSH(REG) \ argument29 CFI_REL_OFFSET(REG, 0)31 #define CFI_POP(REG) \ argument33 CFI_RESTORE(REG)35 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument36 #define POP(REG) popl REG; CFI_POP (REG) argument