Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h449 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function
450 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
Dmachine-operator.h487 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
Dgraph-assembler.h112 V(Int32SubWithOverflow) \
Dopcodes.h559 V(Int32SubWithOverflow) \
Dcode-assembler.h264 V(Int32SubWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
Dmachine-operator.cc647 V(Int32SubWithOverflow, Operator::kNoProperties) \
Dmachine-operator-reducer.cc421 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
Deffect-control-linearizer.cc2108 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc353 V(Int32SubWithOverflow) \
1419 V(Word32, Int32SubWithOverflow, kS390_Sub32, SubOperandMode, \
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc881 TNode<PairT<Int32T, BoolT>> pair = Int32SubWithOverflow( in TrySmiSub()