Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h288 const Operator* Int64SubWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h366 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function
367 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
Dopcodes.h501 V(Int64SubWithOverflow) \
Dmachine-operator.cc364 V(Int64SubWithOverflow, Operator::kNoProperties)
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1506 V(Word64, Int64SubWithOverflow, kS390_Sub64, SubOperandMode, \