Home
last modified time | relevance | path

Searched refs:Int32AbsWithOverflow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h458 Node* Int32AbsWithOverflow(Node* a) { in Int32AbsWithOverflow() function
459 return AddNode(machine()->Int32AbsWithOverflow().op(), a); in Int32AbsWithOverflow()
468 : Int32AbsWithOverflow(a); in IntPtrAbsWithOverflow()
Dmachine-operator.h240 const OptionalOperator Int32AbsWithOverflow(); in NON_EXPORTED_BASE()
Dopcodes.h465 V(Int32AbsWithOverflow) \
Dmachine-operator.cc345 V(Int32AbsWithOverflow, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h543 V(Int32AbsWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T) \
Dcode-assembler.cc224 return raw_assembler()->machine()->Int32AbsWithOverflow().IsSupported(); in IsInt32AbsWithOverflowSupported()