Searched refs:Int64SubWithOverflow (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.h | 507 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function 508 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
|
D | machine-operator.h | 506 const Operator* Int64SubWithOverflow(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 583 V(Int64SubWithOverflow) \
|
D | code-assembler.h | 271 V(Int64SubWithOverflow, PAIR_TYPE(Int64T, BoolT), Int64T, Int64T) \
|
D | machine-operator.cc | 650 V(Int64SubWithOverflow, Operator::kNoProperties)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 1478 V(Word64, Int64SubWithOverflow, kS390_Sub64, SubOperandMode, \
|