Home
last modified time | relevance | path

Searched refs:Int32SubWithOverflow (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h77 V(Int32SubWithOverflow) \
Dmachine-operator.h269 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h308 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function
309 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
Dopcodes.h480 V(Int32SubWithOverflow) \
Dmachine-operator.cc361 V(Int32SubWithOverflow, Operator::kNoProperties) \
Dmachine-operator-reducer.cc246 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
Dcode-assembler.h481 V(Int32SubWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
Deffect-control-linearizer.cc1564 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc350 V(Int32SubWithOverflow) \
1449 V(Word32, Int32SubWithOverflow, kS390_Sub32, SubOperandMode, \
/external/v8/src/
Dcode-stub-assembler.cc688 Int32SubWithOverflow(TruncateIntPtrToInt32(BitcastTaggedToWord(lhs)), in TrySmiSub()