Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h552 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 Dmachine-operator.h479 const Operator* Int32PairMul();
H A Dopcodes.h756 V(Int32PairMul) \
H A Dint64-lowering.cc482 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
H A Dmachine-operator.cc410 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \

Completed in 14 milliseconds