Searched refs:CLBR_CALLEE_SAVE (Results 1 – 2 of 2) sorted by relevance
764 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \767 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)771 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \774 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)787 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \790 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
39 #define CLBR_CALLEE_SAVE ((CLBR_ARG_REGS | CLBR_SCRATCH) & ~CLBR_RET_REG) macro