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

  /external/v8/src/compiler/
basic-block-instrumentor.cc 87 Node* inc = graph->NewNode(machine.Int32Add(), load, one);
machine-operator-reducer.h 53 Node* Int32Add(Node* lhs, Node* rhs);
machine-operator-reducer.cc 86 Node* MachineOperatorReducer::Int32Add(Node* lhs, Node* rhs) {
87 Node* const node = graph()->NewNode(machine()->Int32Add(), lhs, rhs);
113 quotient = Int32Add(quotient, dividend);
117 return Int32Add(Word32Sar(quotient, mag.shift), Word32Shr(dividend, 31));
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient),
754 NodeProperties::ChangeOp(node, machine()->Int32Add());
809 quotient = Int32Add(Word32Shr(quotient, 32u - shift), dividend);
    [all...]
int64-lowering.cc 114 index_high = graph()->NewNode(machine()->Int32Add(), index,
117 index_low = graph()->NewNode(machine()->Int32Add(), index,
728 graph()->NewNode(machine()->Int32Add(),
746 graph()->NewNode(machine()->Int32Add(),
762 machine()->Int32Add(),
    [all...]
simd-scalar-lowering.cc 143 new_indices[i] = graph()->NewNode(machine()->Int32Add(), index,
381 LowerBinaryOp(node, rep_type, machine()->Int32Add());
code-assembler.h 93 V(Int32Add) \
graph-assembler.h 45 V(Int32Add) \
machine-operator.h 249 const Operator* Int32Add();
raw-machine-assembler.h 273 Node* Int32Add(Node* a, Node* b) {
274 return AddNode(machine()->Int32Add(), a, b);
representation-change.cc 774 return machine()->Int32Add();
    [all...]
opcodes.h 391 V(Int32Add) \
machine-operator.cc 92 V(Int32Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
wasm-compiler.cc 528 op = m->Int32Add();
    [all...]
effect-control-linearizer.cc     [all...]
simplified-lowering.cc     [all...]
  /external/v8/src/builtins/
builtins-string.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc     [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc     [all...]

Completed in 346 milliseconds