HomeSort by relevance Sort by last modified time
    Searched refs:Word32PairShl (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
machine-operator.h 245 const Operator* Word32PairShl();
raw-machine-assembler.h 388 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) {
389 return AddNode(machine()->Word32PairShl(), low_word, high_word, shift);
opcodes.h 545 V(Word32PairShl) \
int64-lowering.cc 433 NodeProperties::ChangeOp(node, machine()->Word32PairShl());
    [all...]
machine-operator.cc 219 V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \
    [all...]

Completed in 180 milliseconds