Home
last modified time | relevance | path

Searched refs:Word32PairShl (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h555 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 Dmachine-operator.h480 const Operator* Word32PairShl();
H A Dopcodes.h757 V(Word32PairShl) \
H A Dint64-lowering.cc530 NodeProperties::ChangeOp(node, machine()->Word32PairShl()); in LowerNode()
H A Dmachine-operator.cc411 V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \

Completed in 11 milliseconds