Home | History | Annotate | Download | only in x64

Lines Matching refs:rax

68   __ xor_(rax, rax);  // No arguments (argc == 0).
84 __ pop(rax);
103 // -- rax: number of arguments
105 // The number of arguments in rax is not smi encoded.
112 // rax is the actual number of arguments not encoded as a smi, see comment
115 // -- rax: number of arguments
117 // The number of arguments in rax is not smi encoded.
134 // -- rax : value
136 // Register rax contains an object that needs to be pushed on the
138 Generate_DebugBreakCallHelper(masm, rax.bit(), false);
154 // -- rax: return value
156 Generate_DebugBreakCallHelper(masm, rax.bit(), true);
163 // -- rax : value
167 Generate_DebugBreakCallHelper(masm, rax.bit() | rcx.bit() | rdx.bit(), false);