Searched refs:Int32PairMul (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 552 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul() function in v8::internal::compiler::RawMachineAssembler 553 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high); in Int32PairMul()
|
H A D | machine-operator.h | 479 const Operator* Int32PairMul();
|
H A D | opcodes.h | 756 V(Int32PairMul) \
|
H A D | int64-lowering.cc | 482 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
|
H A D | machine-operator.cc | 410 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
|
Completed in 11 milliseconds