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

  /external/v8/src/compiler/
machine-operator-reducer.h 54 Node* Int32Sub(Node* lhs, Node* rhs);
machine-operator-reducer.cc 93 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) {
94 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs);
115 quotient = Int32Sub(quotient, dividend);
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient),
225 NodeProperties::ChangeOp(node, machine()->Int32Sub());
715 NodeProperties::ChangeOp(node, machine()->Int32Sub());
724 NodeProperties::ChangeOp(node, machine()->Int32Sub());
796 NodeProperties::ChangeOp(node, machine()->Int32Sub());
818 NodeProperties::ChangeOp(node, machine()->Int32Sub());
    [all...]
raw-machine-assembler.h 279 Node* Int32Sub(Node* a, Node* b) {
280 return AddNode(machine()->Int32Sub(), a, b);
329 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); }
code-assembler.h 95 V(Int32Sub) \
graph-assembler.h 46 V(Int32Sub) \
machine-operator.h 251 const Operator* Int32Sub();
representation-change.cc 777 return machine()->Int32Sub();
    [all...]
simplified-lowering.cc     [all...]
opcodes.h 393 V(Int32Sub) \
wasm-compiler.cc 531 op = m->Int32Sub();
    [all...]
machine-operator.cc 93 V(Int32Sub, Operator::kNoProperties, 2, 0, 1) \
    [all...]
effect-control-linearizer.cc     [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 120 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1)));
158 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1)));
    [all...]
interpreter-intrinsics.cc 280 Node* target_args_count = __ Int32Sub(arg_count, function_and_receiver_count);
interpreter.cc     [all...]
  /external/v8/src/builtins/
builtins-function.cc 389 assembler.Int32Sub(argc, assembler.Int32Constant(1)));
builtins-constructor.cc 276 Node* new_bit_field3 = Int32Sub(
builtins-array.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 1535 milliseconds