Searched refs:strict_fp_requires_explicit_rounding (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Defs.hpp76 strict_fp_requires_explicit_rounding = pd_strict_fp_requires_explicit_rounding enumerator in enum:__anon124
H A Dc1_GraphBuilder.cpp3656 if (strict_fp_requires_explicit_rounding && UseSSE < 2 && method()->is_strict() != callee->is_strict()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp434 static const bool strict_fp_requires_explicit_rounding; member in class:Matcher
H A Dconnode.cpp1150 assert(Matcher::strict_fp_requires_explicit_rounding, "should only generate for Intel");
1171 assert(Matcher::strict_fp_requires_explicit_rounding, "should only generate for Intel");
H A DgraphKit.cpp2040 && UseSSE == 0 && Matcher::strict_fp_requires_explicit_rounding
2048 && UseSSE <= 1 && Matcher::strict_fp_requires_explicit_rounding
2055 return Matcher::strict_fp_requires_explicit_rounding
H A Dlibrary_call.cpp1455 if (Matcher::strict_fp_requires_explicit_rounding && UseSSE <= 1)
1495 if (Matcher::strict_fp_requires_explicit_rounding) {

Completed in 85 milliseconds