Searched refs:Word64Shl (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 234 const Operator* Word64Shl(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 252 Node* Word64Shl(Node* a, Node* b) { in Word64Shl() function 253 return AddNode(machine()->Word64Shl(), a, b); in Word64Shl()
|
D | opcodes.h | 408 V(Word64Shl) \
|
D | machine-operator.cc | 110 V(Word64Shl, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 632 op = m->Word64Shl(); in Binop() 1250 shiftLower = graph()->NewNode(m->Word64Shl(), value, in BuildChangeEndianness() 1307 graph()->NewNode(m->Word64Shl(), in BuildChangeEndianness()
|