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

  /external/v8/src/compiler/
machine-operator.h 234 const Operator* Word64Shl();
raw-machine-assembler.h 252 Node* Word64Shl(Node* a, Node* b) {
253 return AddNode(machine()->Word64Shl(), a, b);
opcodes.h 408 V(Word64Shl) \
machine-operator.cc 110 V(Word64Shl, Operator::kNoProperties, 2, 0, 1) \
    [all...]
wasm-compiler.cc 632 op = m->Word64Shl();
    [all...]

Completed in 144 milliseconds