Searched refs:Word32PairShl (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 555 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) { in Word32PairShl() function in v8::internal::compiler::RawMachineAssembler 556 return AddNode(machine()->Word32PairShl(), low_word, high_word, shift); in Word32PairShl()
|
H A D | machine-operator.h | 480 const Operator* Word32PairShl();
|
H A D | opcodes.h | 757 V(Word32PairShl) \
|
H A D | int64-lowering.cc | 530 NodeProperties::ChangeOp(node, machine()->Word32PairShl()); in LowerNode()
|
H A D | machine-operator.cc | 411 V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \
|
Completed in 11 milliseconds