Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h501 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function
502 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
Dmachine-operator.h504 const Operator* Int64AddWithOverflow(); in NON_EXPORTED_BASE()
Dopcodes.h581 V(Int64AddWithOverflow) \
Dmachine-operator.cc649 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1476 V(Word64, Int64AddWithOverflow, kS390_Add64, AddOperandMode, \