Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h261 const Operator* Int32PairMul(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h411 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul() function
412 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high); in Int32PairMul()
Dopcodes.h654 V(Int32PairMul) \
Dint64-lowering.cc449 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
Dmachine-operator.cc235 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \