Home | History | Annotate | Download | only in string

Lines Matching refs:CFI_PUSH

72 # define CFI_PUSH(REG)	\
80 # define PUSH(REG) pushl REG; CFI_PUSH (REG)
90 # define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
91 # define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
96 # define RETURN1 POP (%edi); ret; CFI_PUSH (%edi)
2315 CFI_PUSH(%esi)
2396 CFI_PUSH(%esi)
2825 CFI_PUSH(%edi)
3151 CFI_PUSH (%esi)
3152 CFI_PUSH (%edi)