Lines Matching refs:rax
133 __ Set(rax, 0); // No arguments (argc == 0).
182 // -- rax : receiver
185 Generate_DebugBreakCallHelper(masm, rax.bit() | rcx.bit(), 0, false);
192 // -- rax : value
197 masm, rax.bit() | rcx.bit() | rdx.bit(), 0, false);
204 // -- rax : key
207 Generate_DebugBreakCallHelper(masm, rax.bit() | rdx.bit(), 0, false);
214 // -- rax : value
219 masm, rax.bit() | rcx.bit() | rdx.bit(), 0, false);
235 // -- rax: return value
237 Generate_DebugBreakCallHelper(masm, rax.bit(), 0, true);
262 // rax is the actual number of arguments not encoded as a smi, see comment
265 // -- rax: number of arguments
267 // The number of arguments in rax is not smi encoded.
268 Generate_DebugBreakCallHelper(masm, rdi.bit(), rax.bit(), false);
274 // rax is the actual number of arguments not encoded as a smi, see comment
277 // -- rax: number of arguments
280 // The number of arguments in rax is not smi encoded.
281 Generate_DebugBreakCallHelper(masm, rbx.bit() | rdi.bit(), rax.bit(), false);
312 __ movq(rax, restarter_frame_function_slot);
313 __ movq(Operand(rax, 0), Immediate(0));