Home
last modified time | relevance | path

Searched refs:sat_d (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.cc1703 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildIntConvertFloat() local
1704 sat_d.Nest(nan_d, false); in BuildIntConvertFloat()
1706 sat_d.Phi(int_ty.representation(), Min(this, int_ty), Max(this, int_ty)); in BuildIntConvertFloat()
1991 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildCcallConvertFloat() local
1992 sat_d.Nest(nan_d, false); in BuildCcallConvertFloat()
1994 sat_d.Phi(int_ty.representation(), Min(this, int_ty), Max(this, int_ty)); in BuildCcallConvertFloat()