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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp337 LIR_Opr FpuStackAllocator::to_fpu_stack_top(LIR_Opr opr, bool dont_check_offset) { function in class:FpuStackAllocator
481 new_in = to_fpu_stack_top(in);
493 new_in = to_fpu_stack_top(in);
530 new_in = to_fpu_stack_top(in);
544 new_res = to_fpu_stack_top(res);
556 new_in = to_fpu_stack_top(in);
559 new_res = to_fpu_stack_top(res);
585 new_in = to_fpu_stack_top(in, true);
600 new_res = to_fpu_stack_top(res);
609 new_in = to_fpu_stack_top(i
[all...]

Completed in 33 milliseconds