Home
last modified time | relevance | path

Searched refs:Int32Add (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc117 Node* inc = graph->NewNode(machine.Int32Add(), load, one); in Instrument()
H A Dmachine-operator-reducer.h60 Node* Int32Add(Node* lhs, Node* rhs);
H A Dint64-lowering.cc155 *index_high = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
158 *index_low = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
835 graph()->NewNode(machine()->Int32Add(), in LowerNode()
855 graph()->NewNode(machine()->Int32Add(), in LowerNode()
877 machine()->Int32Add(), in LowerNode()
H A Dmachine-operator-reducer.cc73 return machine->Int32Add(); in IntNAdd()
232 Node* MachineOperatorReducer::Int32Add(Node* lhs, Node* rhs) { in Int32Add() function in v8::internal::compiler::MachineOperatorReducer
233 Node* const node = graph()->NewNode(machine()->Int32Add(), lhs, rhs); in Int32Add()
256 quotient = Int32Add(quotient, dividend); in Int32Div()
260 return Int32Add(Word32Sar(quotient, mag.shift), Word32Shr(dividend, 31)); in Int32Div()
278 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient), in Uint32Div()
1057 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceInt32Sub()
1148 quotient = Int32Add(Word32Shr(quotient, 32u - shift), dividend); in ReduceInt32Div()
H A Dcode-assembler.h261 V(Int32Add, Word32T, Word32T, Word32T) \
997 TNode<Int32T> Int32Add(TNode<Int32T> left, TNode<Int32T> right) { in Int32Add() function in v8::internal::compiler::CodeAssembler
998 return Signed(Int32Add(static_cast<TNode<Word32T>>(left), in Int32Add()
1003 return Unsigned(Int32Add(static_cast<TNode<Word32T>>(left), in Uint32Add()
H A Draw-machine-assembler.h440 Node* Int32Add(Node* a, Node* b) { in Int32Add() function in v8::internal::compiler::RawMachineAssembler
441 return AddNode(machine()->Int32Add(), a, b); in Int32Add()
H A Drepresentation-change.cc1276 return machine()->Int32Add(); in Int32OperatorFor()
1369 return machine()->Int32Add(); in Uint32OperatorFor()
H A Dgraph-assembler.h67 V(Int32Add) \
H A Dmachine-operator.h484 const Operator* Int32Add();
H A Dopcodes.h556 V(Int32Add) \
H A Deffect-control-linearizer.cc4008 auto result = __ Int32Add(__ Word32Shl(first_code_unit, __ Int32Constant(10)), in LowerStringCodePointAt()
4009 __ Int32Add(second_code_unit, surrogate_offset)); in LowerStringCodePointAt()
4242 __ Int32Add(__ Word32Shr(code, __ Int32Constant(10)), lead_offset); in LowerStringFromSingleCodePoint()
4245 Node* trail = __ Int32Add(__ Word32And(code, __ Int32Constant(0x3FF)), in LowerStringFromSingleCodePoint()
6534 value = __ Int32Add(__ Word32Xor(value, __ Int32Constant(0xFFFFFFFF)), in ComputeUnseededHash()
6537 value = __ Int32Add(value, __ Word32Shl(value, __ Int32Constant(2))); in ComputeUnseededHash()
H A Dwasm-compiler.cc847 op = m->Int32Add(); in Binop()
2809 Node* msk = graph()->NewNode(m->Int32Add(), right, minus_one); in BuildI32AsmjsRemS()
5653 gasm_->Int32Add(start_offset, gasm_->Int32Mul(element_size, length)); in ArrayNewWithRtt()
5662 offset = gasm_->Int32Add(offset, element_size); in ArrayNewWithRtt()
6060 Node* range_end = gasm_->Int32Add(index, length);
H A Dmachine-operator.cc269 V(Int32Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
H A Dsimplified-lowering.cc1591 // => Int32Add/Sub in VisitSpeculativeIntegerAdditiveOp()
1671 // => Int32Add/Sub in VisitSpeculativeAdditiveOp()
2393 // => Int32Add/Sub in VisitNode()
4747 Node* msk = graph()->NewNode(machine()->Int32Add(), rhs, minus_one); in Int32Mod()
4876 Node* msk = graph()->NewNode(machine()->Int32Add(), rhs, minus_one); in Uint32Mod()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1492 var_result = Int32Add(Word32Shl(lead, Int32Constant(10)), in LoadSurrogatePairAt()
1493 Int32Add(trail, surrogate_offset)); in LoadSurrogatePairAt()
H A Dbuiltins-collections-gen.cc1155 hash = Int32Add(Word32Xor(hash, Int32Constant(0xFFFFFFFF)),
1158 hash = Int32Add(hash, Word32Shl(hash, Int32Constant(2)));
H A Dbuiltins-internal-gen.cc1070 TNode<Int32T> argc = Int32Add( in TF_BUILTIN()
H A Dbuiltins-array-gen.cc1955 argc = Int32Add(TruncateIntPtrToInt32(args.GetLengthWithReceiver()), in GenerateArrayNArgumentsConstructor()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc718 args_count = Int32Add(args_count, Int32Constant(kJSArgcReceiverSlots)); in CallJSAndDispatch()
1041 new_budget = Int32Add(budget_after_bytecode, weight); in UpdateInterruptBudget()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc349 V(Int32Add) \
1409 V(Word32, Int32Add, kS390_Add32, AddOperandMode, null) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc753 ChangeUint32ToWord(Int32Add(value, value))); in SmiFromInt32()
5405 TNode<Int32T> incremented_count = Int32Add(count, Int32Constant(1));
5769 TNode<Int32T> result_int32 = Int32Add(value, value);
7324 Signed(ChangeUint32ToWord(Int32Add(hash, hash)));
7353 Signed(ChangeUint32ToWord(Int32Add(hash, hash)));
8001 value = Int32Add(value, Int32Constant(delta));
8992 Int32Add(var_low.value(),
9009 var_low = Unsigned(Int32Add(mid, Int32Constant(1)));
9035 var_low = Unsigned(Int32Add(var_low.value(), Int32Constant(1)));
H A Dcode-stub-assembler.h616 SMI_ARITHMETIC_BINOP(SmiAdd, IntPtrAdd, Int32Add)
3814 return Int32Add(argc_without_receiver, Int32Constant(kJSArgcReceiverSlots)); in JSParameterCount()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2892 TNode<Word32T> hash = Int32Add(raw_hash_field, map32); in StubCachePrimaryOffset()
2908 TNode<Word32T> hash_a = Int32Add(map32, name32); in StubCacheSecondaryOffset()
2910 TNode<Word32T> hash = Int32Add(hash_a, hash_b); in StubCacheSecondaryOffset()

Completed in 97 milliseconds