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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp186 bool has_fpu_registers() const { return _has_fpu_registers; } function in class:LinearScan
193 bool use_fpu_stack_allocation() const { return UseSSE < 2 && has_fpu_registers(); }

Completed in 1579 milliseconds