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

  /external/v8/src/compiler/
int64-lowering.cc 645 graph()->NewNode(machine()->Word32Shl(), high_input, inv_shift));
649 graph()->NewNode(machine()->Word32Shl(), low_input, inv_shift));
663 machine()->Word32Shl(),
    [all...]
code-assembler.h 110 V(Word32Shl) \
graph-assembler.h 41 V(Word32Shl) \
machine-operator.h 216 const Operator* Word32Shl();
raw-machine-assembler.h 221 Node* Word32Shl(Node* a, Node* b) {
222 return AddNode(machine()->Word32Shl(), a, b);
wasm-compiler.cc 554 op = m->Word32Shl();
    [all...]
opcodes.h 387 V(Word32Shl) \
machine-operator.cc 87 V(Word32Shl, Operator::kNoProperties, 2, 0, 1) \
    [all...]
simplified-lowering.cc     [all...]
machine-operator-reducer.cc 230 NodeProperties::ChangeOp(node, machine()->Word32Shl());
    [all...]
effect-control-linearizer.cc     [all...]
  /external/v8/src/builtins/
builtins-string.cc 197 lhs_instance_type, Word32Shl(rhs_instance_type, Int32Constant(8)));
304 lhs_instance_type, Word32Shl(rhs_instance_type, Int32Constant(8)));
    [all...]
builtins-number.cc     [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 312 Node* value = Word32Shl(bytes[count], shift);
    [all...]
interpreter.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 375 milliseconds