Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc1706 Node* higherByte; in BuildChangeEndiannessStore() local
1717 higherByte = gasm_->Word64And( in BuildChangeEndiannessStore()
1720 result = gasm_->Word64Or(result, higherByte); in BuildChangeEndiannessStore()
1727 higherByte = gasm_->Word32And( in BuildChangeEndiannessStore()
1730 result = gasm_->Word32Or(result, higherByte); in BuildChangeEndiannessStore()
1814 Node* higherByte; in BuildChangeEndiannessLoad() local
1825 higherByte = gasm_->Word64And( in BuildChangeEndiannessLoad()
1828 result = gasm_->Word64Or(result, higherByte); in BuildChangeEndiannessLoad()
1835 higherByte = gasm_->Word32And( in BuildChangeEndiannessLoad()
1838 result = gasm_->Word32Or(result, higherByte); in BuildChangeEndiannessLoad()