Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1338 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertLowWord32() local
1340 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertLowWord32()
1342 (bit_cast<uint64_t>(mlhs.Value()) & uint64_t{0xFFFFFFFF00000000}) | in ReduceFloat64InsertLowWord32()
1351 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertHighWord32() local
1353 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertHighWord32()
1355 (bit_cast<uint64_t>(mlhs.Value()) & uint64_t{0xFFFFFFFF}) | in ReduceFloat64InsertHighWord32()