Searched refs:to_fpu_stack (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp325 LIR_Opr FpuStackAllocator::to_fpu_stack(LIR_Opr opr) { function in class:FpuStackAllocator
518 new_in = to_fpu_stack(res);
577 new_in = to_fpu_stack(in);
580 new_in = to_fpu_stack(in);
587 new_res = to_fpu_stack(res);
686 new_right = to_fpu_stack(right);
714 new_left = to_fpu_stack(left);
719 new_right = to_fpu_stack(right);
736 new_res = to_fpu_stack(res);
759 new_right = to_fpu_stack(righ
[all...]
H A Dc1_LinearScan_x86.hpp185 LIR_Opr to_fpu_stack(LIR_Opr opr); // used by LinearScan for creation of debug information
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2620 opr = _fpu_stack_allocator->to_fpu_stack(opr);
2725 opr = _fpu_stack_allocator->to_fpu_stack(opr);

Completed in 72 milliseconds