Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1339 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32() local
1340 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertLowWord32()
1343 mrhs.Value())); in ReduceFloat64InsertLowWord32()
1352 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32() local
1353 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertHighWord32()
1356 (static_cast<uint64_t>(mrhs.Value()) << 32))); in ReduceFloat64InsertHighWord32()