Home
last modified time | relevance | path

Searched refs:Int64Sub (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h465 Node* Int64Sub(Node* a, Node* b) { in Int64Sub() function
466 return AddNode(machine()->Int64Sub(), a, b); in Int64Sub()
480 Node* Int64Neg(Node* a) { return Int64Sub(Int64Constant(0), a); } in Int64Neg()
Dmachine-operator.h418 const Operator* Int64Sub(); in NON_EXPORTED_BASE()
Dopcodes.h574 V(Int64Sub) \
Dgraph-assembler.h72 V(Int64Sub) \
Dsimd-scalar-lowering.cc1572 LowerBinaryOp(node, rep_type, machine()->Int64Sub()); in LowerNode()
1684 rep_node[i] = graph()->NewNode(machine()->Int64Sub(), zero, rep[i]); in LowerNode()
Drepresentation-change.cc1299 return machine()->Int64Sub(); in Int64OperatorFor()
Dmachine-operator.cc245 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
Dsimplified-lowering.cc2892 ChangeToPureOp(node, lowering->machine()->Int64Sub()); in VisitNode()
2911 ChangeUnaryToPureBinaryOp(node, lowering->machine()->Int64Sub(), 0, in VisitNode()
Dmachine-operator-reducer.cc1064 NodeProperties::ChangeOp(node, machine()->Int64Sub()); in ReduceInt64Mul()
Deffect-control-linearizer.cc3007 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd)); in LowerTruncateBigIntToUint64()
Dwasm-compiler.cc496 op = m->Int64Sub(); in Binop()
/external/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1559 V(Word64, Int64Sub, kS390_Sub64, SubOperandMode, ([&]() { \