Home
last modified time | relevance | path

Searched refs:Int32Sub (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc93 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) { in Int32Sub() function in v8::internal::compiler::MachineOperatorReducer
94 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs); in Int32Sub()
115 quotient = Int32Sub(quotient, dividend); in Int32Div()
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient), in Uint32Div()
225 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in Reduce()
715 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
724 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
796 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
818 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
878 Int32Sub(zero, Word32And(Int32Sub(zero, dividend), mask)), in ReduceInt32Mod()
[all …]
Dmachine-operator-reducer.h54 Node* Int32Sub(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
Draw-machine-assembler.h279 Node* Int32Sub(Node* a, Node* b) { in Int32Sub() function
280 return AddNode(machine()->Int32Sub(), a, b); in Int32Sub()
329 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); } in Int32Neg()
Drepresentation-change.cc777 return machine()->Int32Sub(); in Int32OperatorFor()
852 return machine()->Int32Sub(); in Uint32OperatorFor()
Dgraph-assembler.h46 V(Int32Sub) \
Dcode-assembler.h95 V(Int32Sub) \
Dmachine-operator.h251 const Operator* Int32Sub(); in NON_EXPORTED_BASE()
Dsimplified-lowering.cc3110 return graph()->NewNode(machine()->Int32Sub(), in Int32Abs()
3123 return graph()->NewNode(machine()->Int32Sub(), zero, lhs); in Int32Div()
3174 Node* false2 = graph()->NewNode(machine()->Int32Sub(), zero, lhs); in Int32Div()
3250 machine()->Int32Sub(), zero, in Int32Mod()
3252 graph()->NewNode(machine()->Int32Sub(), zero, lhs), in Int32Mod()
Dopcodes.h393 V(Int32Sub) \
Dwasm-compiler.cc531 op = m->Int32Sub(); in Binop()
1943 return graph()->NewNode(m->Int32Sub(), jsgraph()->Int32Constant(0), left); in BuildI32AsmjsDivS()
1968 graph()->NewNode(m->Int32Sub(), jsgraph()->Int32Constant(0), left); in BuildI32AsmjsDivS()
2037 m->Int32Sub(), zero, in BuildI32AsmjsRemS()
2039 graph()->NewNode(m->Int32Sub(), zero, left), msk)); in BuildI32AsmjsRemS()
Dmachine-operator.cc93 V(Int32Sub, Operator::kNoProperties, 2, 0, 1) \
Deffect-control-linearizer.cc1359 Node* vtrue0 = __ Int32Sub(zero, rhs); in LowerCheckedInt32Mod()
1377 Node* msk = __ Int32Sub(rhs, one); in LowerCheckedInt32Mod()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc120 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1))); in GetContextAtDepth()
158 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1))); in GotoIfHasContextExtensionUpToDepth()
953 new_budget.Bind(Int32Sub(old_budget, weight)); in UpdateInterruptBudget()
1244 Int32Sub(Int32Constant(kHeapObjectTag + BytecodeArray::kHeaderSize), in UpdateInterruptBudgetOnReturn()
Dinterpreter-intrinsics.cc280 Node* target_args_count = __ Int32Sub(arg_count, function_and_receiver_count); in Call()
Dinterpreter.cc2156 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoJSCall()
2265 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoCallJSRuntime()
2292 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoCallWithSpread()
/external/v8/src/builtins/
Dbuiltins-function.cc389 assembler.Int32Sub(argc, assembler.Int32Constant(1))); in Generate_FastFunctionPrototypeBind()
Dbuiltins-constructor.cc276 Node* new_bit_field3 = Int32Sub( in EmitFastNewObject()
Dbuiltins-array.cc2407 assembler.Int32Sub(instance_type, assembler.Int32Constant( in Generate_ArrayIteratorPrototypeNext()
/external/v8/src/ic/
Daccessor-assembler.cc1362 Node* hash = Int32Sub(TruncateWordToWord32(seed), name32); in StubCacheSecondaryOffset()
/external/v8/src/
Dcode-stub-assembler.cc4298 value = Int32Sub(value, Int32Constant(delta)); in DecrementCounter()
4769 Int32Sub(DescriptorArrayNumberOfEntries(descriptors), Int32Constant(1)); in DescriptorLookupBinary()
4785 Word32Shr(Int32Sub(var_high.value(), var_low.value()), 1)); in DescriptorLookupBinary()