Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1344 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertLowWord32() local
1346 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertLowWord32()
1348 (bit_cast<uint64_t>(mlhs.Value()) & V8_UINT64_C(0xFFFFFFFF00000000)) | in ReduceFloat64InsertLowWord32()
1357 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertHighWord32() local
1359 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertHighWord32()
1361 (bit_cast<uint64_t>(mlhs.Value()) & V8_UINT64_C(0xFFFFFFFF)) | in ReduceFloat64InsertHighWord32()