Searched refs:CLBR_CALLEE_SAVE (Results 1 – 2 of 2) sorted by relevance
898 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \901 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)905 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \908 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)952 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \955 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
39 #define CLBR_CALLEE_SAVE ((CLBR_ARG_REGS | CLBR_SCRATCH) & ~CLBR_RET_REG) macro