Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc1860 Node* shiftBitCount; in BuildChangeEndiannessLoad() local
1865 shiftBitCount = Int32Constant(64 - valueSizeInBits); in BuildChangeEndiannessLoad()
1867 gasm_->Word64Shl(gasm_->ChangeInt32ToInt64(result), shiftBitCount), in BuildChangeEndiannessLoad()
1868 shiftBitCount); in BuildChangeEndiannessLoad()
1870 shiftBitCount = Int32Constant(32 - valueSizeInBits); in BuildChangeEndiannessLoad()
1871 result = gasm_->Word32Sar(gasm_->Word32Shl(result, shiftBitCount), in BuildChangeEndiannessLoad()
1872 shiftBitCount); in BuildChangeEndiannessLoad()