Lines Matching full:callee
65 * If changed to use r12+, they should be saved as callee-save registers.
86 * - backup of callee save registers (rbx, possibly rsi and rdi).
399 // Caller save on Linux and callee save in Windows.
455 // Requires that rbx is callee save (true for both Win64 and AMD64 ABIs).
722 // Save parameters and callee-save registers. Order here should correspond
731 // Callee-save on Win64.
751 __ push(rbx); // Callee-save
875 // Restore callee save registers.
882 // Restore callee save register.
929 // Callee-save in Microsoft 64-bit ABI, but not in AMD64 ABI.