Searched refs:higherByte (Results 1 – 1 of 1) sorted by relevance
1176 Node* higherByte; in BuildChangeEndiannessStore() local1190 higherByte = graph()->NewNode( in BuildChangeEndiannessStore()1194 result = graph()->NewNode(m->Word64Or(), result, higherByte); in BuildChangeEndiannessStore()1204 higherByte = graph()->NewNode( in BuildChangeEndiannessStore()1208 result = graph()->NewNode(m->Word32Or(), result, higherByte); in BuildChangeEndiannessStore()1315 Node* higherByte; in BuildChangeEndiannessLoad() local1329 higherByte = graph()->NewNode( in BuildChangeEndiannessLoad()1333 result = graph()->NewNode(m->Word64Or(), result, higherByte); in BuildChangeEndiannessLoad()1343 higherByte = graph()->NewNode( in BuildChangeEndiannessLoad()1347 result = graph()->NewNode(m->Word32Or(), result, higherByte); in BuildChangeEndiannessLoad()