Searched refs:CLBR_CALLEE_SAVE (Results 1 – 2 of 2) sorted by relevance
867 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \870 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)874 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \877 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)910 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \913 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
39 #define CLBR_CALLEE_SAVE ((CLBR_ARG_REGS | CLBR_SCRATCH) & ~CLBR_RET_REG) macro