Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h232 const Operator* Word32PairShl();
Draw-machine-assembler.h352 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) { in Word32PairShl() function
353 return AddNode(machine()->Word32PairShl(), low_word, high_word, shift); in Word32PairShl()
Dopcodes.h420 V(Word32PairShl) \
Dint64-lowering.cc399 NodeProperties::ChangeOp(node, machine()->Word32PairShl()); in LowerNode()
Dmachine-operator.cc188 V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc2235 IS_TERNOP_MATCHER(Word32PairShl)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4311 m.Word32PairShl(m.Parameter(0), m.Parameter(1), m.Parameter(2)); in TEST()
4336 m.Word32PairShl(m.Parameter(a), m.Parameter(b), m.Parameter(1)); in TestWord32PairShlWithSharedInput()