Searched refs:Int32SubWithOverflow (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | raw-machine-assembler.h | 449 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function 450 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
|
| D | machine-operator.h | 487 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
|
| D | graph-assembler.h | 112 V(Int32SubWithOverflow) \
|
| D | opcodes.h | 559 V(Int32SubWithOverflow) \
|
| D | code-assembler.h | 264 V(Int32SubWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
|
| D | machine-operator.cc | 647 V(Int32SubWithOverflow, Operator::kNoProperties) \
|
| D | machine-operator-reducer.cc | 421 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
|
| D | effect-control-linearizer.cc | 2108 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | instruction-selector-s390.cc | 353 V(Int32SubWithOverflow) \ 1419 V(Word32, Int32SubWithOverflow, kS390_Sub32, SubOperandMode, \
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 881 TNode<PairT<Int32T, BoolT>> pair = Int32SubWithOverflow( in TrySmiSub()
|