Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h569 Node* Int64AbsWithOverflow(Node* a) { in Int64AbsWithOverflow() function
570 return AddNode(machine()->Int64AbsWithOverflow().op(), a); in Int64AbsWithOverflow()
574 return kSystemPointerSize == 8 ? Int64AbsWithOverflow(a) in IntPtrAbsWithOverflow()
Dmachine-operator.h362 const OptionalOperator Int64AbsWithOverflow(); in NON_EXPORTED_BASE()
Dopcodes.h692 V(Int64AbsWithOverflow) \
Dcode-assembler.cc220 return raw_assembler()->machine()->Int64AbsWithOverflow().IsSupported(); in IsInt64AbsWithOverflowSupported()
Dmachine-operator.cc564 V(Int64AbsWithOverflow, Operator::kNoProperties, 1, 0, 2) \
Dcode-assembler.h351 V(Int64AbsWithOverflow, PAIR_TYPE(Int64T, BoolT), Int64T) \