Searched defs:new_left (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp669 LIR_Opr new_left = left; // new operands relative to the actual fpu stack top local
685 new_left = to_fpu_stack_top(left);
710 new_left = to_fpu_stack_top(left);
714 new_left = to_fpu_stack(left);
718 new_left = to_fpu_stack_top(left);
758 new_left = to_fpu_stack_top(left);
781 new_left = to_fpu_stack_top(res);
782 new_res = new_left;
805 new_left = to_fpu_stack_top(res);
806 new_res = new_left;
[all...]

Completed in 32 milliseconds