Home | History | Annotate | Download | only in opts

Lines Matching refs:REG

12 #define CFI_PUSH(REG) \
14 .cfi_rel_offset REG, 0
16 #define CFI_POP(REG) \
18 .cfi_restore REG
20 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
21 #define POP(REG) popl REG; CFI_POP (REG)