Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc1370 Node* shiftBitCount; in BuildChangeEndiannessLoad() local
1375 shiftBitCount = mcgraph()->Int32Constant(64 - valueSizeInBits); in BuildChangeEndiannessLoad()
1380 shiftBitCount), in BuildChangeEndiannessLoad()
1381 shiftBitCount); in BuildChangeEndiannessLoad()
1383 shiftBitCount = mcgraph()->Int32Constant(32 - valueSizeInBits); in BuildChangeEndiannessLoad()
1386 graph()->NewNode(m->Word32Shl(), result, shiftBitCount), in BuildChangeEndiannessLoad()
1387 shiftBitCount); in BuildChangeEndiannessLoad()