Searched refs:Word32PairShr (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 558 Node* Word32PairShr(Node* low_word, Node* high_word, Node* shift) { in Word32PairShr() function in v8::internal::compiler::RawMachineAssembler 559 return AddNode(machine()->Word32PairShr(), low_word, high_word, shift); in Word32PairShr()
|
H A D | machine-operator.h | 481 const Operator* Word32PairShr();
|
H A D | opcodes.h | 758 V(Word32PairShr) \
|
H A D | int64-lowering.cc | 550 NodeProperties::ChangeOp(node, machine()->Word32PairShr()); in LowerNode()
|
H A D | machine-operator.cc | 412 V(Word32PairShr, Operator::kNoProperties, 3, 0, 2) \
|
Completed in 12 milliseconds