Lines Matching refs:REG
27 #define CFI_PUSH(REG) \29 CFI_REL_OFFSET(REG, 0)31 #define CFI_POP(REG) \33 CFI_RESTORE(REG)35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)36 #define POP(REG) popl REG; CFI_POP (REG)