Searched refs:Int32AddWithOverflow (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 76 V(Int32AddWithOverflow) \
|
D | machine-operator.h | 267 const Operator* Int32AddWithOverflow(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 302 Node* Int32AddWithOverflow(Node* a, Node* b) { in Int32AddWithOverflow() function 303 return AddNode(machine()->Int32AddWithOverflow(), a, b); in Int32AddWithOverflow()
|
D | opcodes.h | 478 V(Int32AddWithOverflow) \
|
D | effect-control-linearizer.cc | 1052 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()
|
D | machine-operator.cc | 360 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
|
D | machine-operator-reducer.cc | 240 NodeProperties::ChangeOp(node, machine()->Int32AddWithOverflow()); in Reduce()
|
D | code-assembler.h | 479 V(Int32AddWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
|
D | wasm-compiler.cc | 4085 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/ |
D | instruction-selector-s390.cc | 349 V(Int32AddWithOverflow) \ 1447 V(Word32, Int32AddWithOverflow, kS390_Add32, AddOperandMode, \
|
/external/v8/src/ |
D | code-stub-assembler.cc | 667 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()
|