Searched refs:Int32SubWithOverflow (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 77 V(Int32SubWithOverflow) \
|
D | machine-operator.h | 269 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 308 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function 309 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
|
D | opcodes.h | 480 V(Int32SubWithOverflow) \
|
D | machine-operator.cc | 361 V(Int32SubWithOverflow, Operator::kNoProperties) \
|
D | machine-operator-reducer.cc | 246 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
|
D | code-assembler.h | 481 V(Int32SubWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
|
D | effect-control-linearizer.cc | 1564 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 350 V(Int32SubWithOverflow) \ 1449 V(Word32, Int32SubWithOverflow, kS390_Sub32, SubOperandMode, \
|
/external/v8/src/ |
D | code-stub-assembler.cc | 688 Int32SubWithOverflow(TruncateIntPtrToInt32(BitcastTaggedToWord(lhs)), in TrySmiSub()
|