Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-assembler.h63 V(Int32SubWithOverflow) \
Dmachine-operator.h252 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h282 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function
283 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
Dopcodes.h394 V(Int32SubWithOverflow) \
Dmachine-operator.cc366 V(Int32SubWithOverflow, Operator::kNoProperties) \
Dmachine-operator-reducer.cc246 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
Deffect-control-linearizer.cc1255 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()