Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h257 const Operator* Int64SubWithOverflow();
Draw-machine-assembler.h304 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function
305 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
Dopcodes.h329 V(Int64SubWithOverflow) \
Dmachine-operator.cc391 V(Int64SubWithOverflow, Operator::kNoProperties)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc586 Node* add = m.Int64SubWithOverflow(bt.param0, bt.param1); in TEST()
607 Node* add = m.Int64SubWithOverflow(m.Int64Constant(*i), m.Parameter(0)); in TEST()
620 Node* add = m.Int64SubWithOverflow(m.Parameter(0), m.Int64Constant(*i)); in TEST()
634 m.Int64SubWithOverflow(m.Int64Constant(*i), m.Int64Constant(*j)); in TEST()
652 Node* sub = m.Int64SubWithOverflow(bt.param0, bt.param1); in TEST()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc190 {&RawMachineAssembler::Int64SubWithOverflow, "Int64SubWithOverflow",