Home
last modified time | relevance | path

Searched refs:Int32AddWithOverflow (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h76 V(Int32AddWithOverflow) \
Dmachine-operator.h267 const Operator* Int32AddWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h302 Node* Int32AddWithOverflow(Node* a, Node* b) { in Int32AddWithOverflow() function
303 return AddNode(machine()->Int32AddWithOverflow(), a, b); in Int32AddWithOverflow()
Dopcodes.h478 V(Int32AddWithOverflow) \
Deffect-control-linearizer.cc1052 Node* add = __ Int32AddWithOverflow(value32, value32); in LowerChangeFloat64ToTagged()
1108 Node* add = __ Int32AddWithOverflow(value, value); in LowerChangeInt32ToTagged()
1552 Node* value = __ Int32AddWithOverflow(lhs, rhs); in LowerCheckedInt32Add()
1816 Node* add = __ Int32AddWithOverflow(value, value); in LowerCheckedInt32ToTaggedSigned()
Dmachine-operator.cc360 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
Dmachine-operator-reducer.cc240 NodeProperties::ChangeOp(node, machine()->Int32AddWithOverflow()); in Reduce()
Dcode-assembler.h479 V(Int32AddWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
Dwasm-compiler.cc4085 Node* add = graph()->NewNode(machine->Int32AddWithOverflow(), value, value, in BuildChangeInt32ToTagged()
4168 Node* smi_tag = graph()->NewNode(machine->Int32AddWithOverflow(), value32, in BuildChangeFloat64ToTagged()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc349 V(Int32AddWithOverflow) \
1447 V(Word32, Int32AddWithOverflow, kS390_Add32, AddOperandMode, \
/external/v8/src/
Dcode-stub-assembler.cc667 Int32AddWithOverflow(TruncateIntPtrToInt32(BitcastTaggedToWord(lhs)), in TrySmiAdd()
4861 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow(value32, value32); in TryFloat64ToSmi()
4898 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow(value, value); in ChangeInt32ToTagged()
4941 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow( in ChangeUint32ToTagged()