Searched refs:dstore_rounding (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1571 set_pair_local( 0, dstore_rounding(pop_pair()) );
1574 set_pair_local( 1, dstore_rounding(pop_pair()) );
1577 set_pair_local( 2, dstore_rounding(pop_pair()) );
1580 set_pair_local( 3, dstore_rounding(pop_pair()) );
1583 set_pair_local( iter().get_index(), dstore_rounding(pop_pair()) );
1713 c = dstore_rounding(c);
H A Dparse3.cpp261 if (bt == T_DOUBLE) val = dstore_rounding(val);
H A DgraphKit.hpp733 Node* dstore_rounding(Node* n);
H A DgraphKit.cpp2013 // the call, dstore_rounding does gvn.transform
2015 arg = dstore_rounding(arg);
2030 // dstore_rounding() does gvn.transform
2032 result = dstore_rounding(result);
2054 Node* GraphKit::dstore_rounding(Node* n) { function in class:GraphKit
H A Dlibrary_call.cpp2450 val = dstore_rounding(val);

Completed in 77 milliseconds