Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h507 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function
508 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
Dmachine-operator.h506 const Operator* Int64SubWithOverflow(); in NON_EXPORTED_BASE()
Dopcodes.h583 V(Int64SubWithOverflow) \
Dcode-assembler.h271 V(Int64SubWithOverflow, PAIR_TYPE(Int64T, BoolT), Int64T, Int64T) \
Dmachine-operator.cc650 V(Int64SubWithOverflow, Operator::kNoProperties)
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1478 V(Word64, Int64SubWithOverflow, kS390_Sub64, SubOperandMode, \