Lines Matching refs:stack
540 // the stack, but it would be too late: we would have
816 // Stack register is always reserved.
1055 // Create stack space for 2 elements.
1060 // And remove the temporary stack space we allocated.
2621 // Create stack space for the call to
2623 // TODO: enhance register allocator to ask for stack temporaries.
2629 // Load the value to the FP stack, using temporaries if needed.
2640 // Remove the temporary stack space we allocated.
2674 // Create stack space for the call to
2676 // TODO: enhance register allocator to ask for stack temporaries.
2682 // Load the value to the FP stack, using temporaries if needed.
2693 // Remove the temporary stack space we allocated.
3154 // Write the value to the temporary location on the stack and load to FP stack.
3184 // Create stack space for 2 elements.
3185 // TODO: enhance register allocator to ask for stack temporaries.
3188 // Load the values to the FP stack in reverse order, using temporaries if needed.
3207 // Store FP top of stack to real stack.
3214 // Pop the 2 items from the FP stack.
3217 // Load the value from the stack into an XMM register.
3225 // And remove the temporary stack space we allocated.
4319 // For intrinsics we allow any location, so it may be on the stack.
4324 // For register locations, check if the register was saved. If so, get it from the stack.
5653 // Create stack space for 2 elements.
5658 // And remove the temporary stack space we allocated.
5841 Address stack(ESP, destination.GetStackIndex());
5843 __ movhpd(reg, stack);
5846 __ movsd(stack, reg);
5853 Address stack(ESP, source.GetStackIndex());
5855 __ movhpd(reg, stack);
5858 __ movsd(stack, reg);
7155 // Grab the return address off the stack.