Searched refs:use_fpu_stack_allocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp193 bool use_fpu_stack_allocation() const { return UseSSE < 2 && has_fpu_registers(); } function in class:LinearScan
195 bool use_fpu_stack_allocation() const { return false; } function in class:LinearScan
H A Dc1_LinearScan.cpp1832 (use_fpu_stack_allocation() && reg >= pd_first_fpu_reg && reg <= pd_last_fpu_reg)) {
2618 assert(use_fpu_stack_allocation(), "should not have float stack values without fpu stack allocation (all floats must be SSE2)");
2723 assert(use_fpu_stack_allocation(), "should not have float stack values without fpu stack allocation (all floats must be SSE2)");
2971 if (!use_fpu_stack_allocation()) {
3078 if (use_fpu_stack_allocation()) {

Completed in 51 milliseconds