Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h231 const Operator* Int32PairMul();
Draw-machine-assembler.h349 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()
Dopcodes.h419 V(Int32PairMul) \
Dint64-lowering.cc347 NodeProperties::ChangeOp(node, machine()->Int32PairMul()); in LowerNode()
Dmachine-operator.cc187 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc2225 IS_QUADOP_MATCHER(Int32PairMul)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4247 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()