Lines Matching full:callee
68 * If changed to use r12+, they should be saved as callee-save registers.
90 * - backup of callee save registers (rbx, possibly rsi and rdi).
324 // Caller save on Linux and callee save in Windows.
380 // Requires that rbx is callee save (true for both Win64 and AMD64 ABIs).
679 // Save parameters and callee-save registers. Order here should correspond
688 // Callee-save on Win64.
708 __ push(rbx); // Callee-save
898 // Restore callee save registers.
905 // Restore callee save register.
952 // Callee-save in Microsoft 64-bit ABI, but not in AMD64 ABI.