Home
last modified time | relevance | path

Searched refs:Int64AddWithOverflow (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h286 const Operator* Int64AddWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h360 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function
361 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
Dopcodes.h499 V(Int64AddWithOverflow) \
Dmachine-operator.cc363 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1504 V(Word64, Int64AddWithOverflow, kS390_Add64, AddOperandMode, \