Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h468 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function
469 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
Dmachine-operator.h419 const Operator* Int64SubWithOverflow(); in NON_EXPORTED_BASE()
Dopcodes.h575 V(Int64SubWithOverflow) \
Dmachine-operator.cc584 V(Int64SubWithOverflow, Operator::kNoProperties)
/external/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1564 V(Word64, Int64SubWithOverflow, kS390_Sub64, SubOperandMode, \