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

  /external/v8/src/compiler/
machine-operator.h 246 const Operator* Word32PairShr();
raw-machine-assembler.h 391 Node* Word32PairShr(Node* low_word, Node* high_word, Node* shift) {
392 return AddNode(machine()->Word32PairShr(), low_word, high_word, shift);
opcodes.h 546 V(Word32PairShr) \
int64-lowering.cc 457 NodeProperties::ChangeOp(node, machine()->Word32PairShr());
    [all...]
machine-operator.cc 220 V(Word32PairShr, Operator::kNoProperties, 3, 0, 2) \
    [all...]

Completed in 51 milliseconds