Home | History | Annotate | Download | only in string

Lines Matching refs:REG

50 # define cfi_rel_offset(reg, off)	.cfi_rel_offset reg, off
54 # define cfi_restore(reg) .cfi_restore reg
76 #define CFI_PUSH(REG) \
78 cfi_rel_offset (REG, 0)
80 #define CFI_POP(REG) \
82 cfi_restore (REG)
84 #define PUSH(REG) push REG;
85 #define POP(REG) pop REG;