Searched refs:Int32PairMul (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 231 const Operator* Int32PairMul();
|
D | raw-machine-assembler.h | 349 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul() function 350 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high); in Int32PairMul()
|
D | opcodes.h | 419 V(Int32PairMul) \
|
D | int64-lowering.cc | 347 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
|
D | machine-operator.cc | 187 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
|
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 2225 IS_QUADOP_MATCHER(Int32PairMul)
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 4247 Node* PairMul = m.Int32PairMul(m.Parameter(0), m.Parameter(1), m.Parameter(2), in TEST() 4274 Node* PairMul = m.Int32PairMul(m.Parameter(a), m.Parameter(b), m.Parameter(c), in TestInt32PairMulWithSharedInput()
|