Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h165 typedef FloatMatcher<double, IrOpcode::kFloat64Constant> Float64Matcher; typedef
254 typedef BinopMatcher<Float64Matcher, Float64Matcher> Float64BinopMatcher;
Dmachine-operator-reducer.cc391 Float64Matcher m(node->InputAt(0)); in Reduce()
397 Float64Matcher m(node->InputAt(0)); in Reduce()
431 Float64Matcher m(node->InputAt(0)); in Reduce()
649 Float64Matcher m(node->InputAt(0)); in ReduceTruncateFloat64ToInt32()
996 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertLowWord32()
1009 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertHighWord32()
1022 bool IsFloat64RepresentableAsFloat32(const Float64Matcher& m) { in IsFloat64RepresentableAsFloat32()
Dsimplified-operator-reducer.cc48 Float64Matcher m(node->InputAt(0)); in Reduce()
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc56 Float64Matcher m(n); in CheckFloat64Constant()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1288 Float64Matcher mleft(left); in VisitFloat64InsertLowWord32()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1762 Float64Matcher mleft(left); in VisitFloat64InsertLowWord32()