Searched refs:Int64Sub (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 465 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()
|
D | machine-operator.h | 418 const Operator* Int64Sub(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 574 V(Int64Sub) \
|
D | graph-assembler.h | 72 V(Int64Sub) \
|
D | simd-scalar-lowering.cc | 1572 LowerBinaryOp(node, rep_type, machine()->Int64Sub()); in LowerNode() 1684 rep_node[i] = graph()->NewNode(machine()->Int64Sub(), zero, rep[i]); in LowerNode()
|
D | representation-change.cc | 1299 return machine()->Int64Sub(); in Int64OperatorFor()
|
D | machine-operator.cc | 245 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
|
D | simplified-lowering.cc | 2892 ChangeToPureOp(node, lowering->machine()->Int64Sub()); in VisitNode() 2911 ChangeUnaryToPureBinaryOp(node, lowering->machine()->Int64Sub(), 0, in VisitNode()
|
D | machine-operator-reducer.cc | 1064 NodeProperties::ChangeOp(node, machine()->Int64Sub()); in ReduceInt64Mul()
|
D | effect-control-linearizer.cc | 3007 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd)); in LowerTruncateBigIntToUint64()
|
D | wasm-compiler.cc | 496 op = m->Int64Sub(); in Binop()
|
/external/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 1559 V(Word64, Int64Sub, kS390_Sub64, SubOperandMode, ([&]() { \
|