Searched refs:Int32PairMul (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 261 const Operator* Int32PairMul(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 411 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()
|
D | opcodes.h | 654 V(Int32PairMul) \
|
D | int64-lowering.cc | 449 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
|
D | machine-operator.cc | 235 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
|