Searched refs:Int64Sub (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 270 V(Int64Sub, Word64T, Word64T, Word64T) \ 1030 TNode<Int64T> Int64Sub(TNode<Int64T> left, TNode<Int64T> right) { in Int64Sub() function in v8::internal::compiler::CodeAssembler 1031 return Signed(Int64Sub(static_cast<TNode<Word64T>>(left), right)); in Int64Sub() 1035 return Unsigned(Int64Sub(static_cast<TNode<Word64T>>(left), right)); in Uint64Sub()
|
H A D | raw-machine-assembler.h | 504 Node* Int64Sub(Node* a, Node* b) { in Int64Sub() function in v8::internal::compiler::RawMachineAssembler 505 return AddNode(machine()->Int64Sub(), a, b); in Int64Sub() 519 Node* Int64Neg(Node* a) { return Int64Sub(Int64Constant(0), a); } in Int64Neg()
|
H A D | graph-assembler.h | 72 V(Int64Sub) \
|
H A D | machine-operator.h | 505 const Operator* Int64Sub();
|
H A D | opcodes.h | 582 V(Int64Sub) \
|
H A D | representation-change.cc | 1339 return machine()->Int64Sub(); in Int64OperatorFor()
|
H A D | machine-operator.cc | 295 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
|
H A D | machine-operator-reducer.cc | 1094 NodeProperties::ChangeOp(node, machine()->Int64Sub()); in ReduceInt64Mul()
|
H A D | simplified-lowering.cc | 3192 ChangeToPureOp(node, lowering->machine()->Int64Sub()); in VisitNode() 3210 ChangeUnaryToPureBinaryOp(node, lowering->machine()->Int64Sub(), 0, in VisitNode()
|
H A D | effect-control-linearizer.cc | 2921 Node* absolute_value = __ Int64Sub(__ Word64Xor(value, sign_mask), sign_mask); in LowerChangeInt64ToBigInt() 2968 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd)); in LowerTruncateBigIntToWord64()
|
H A D | wasm-compiler.cc | 935 op = m->Int64Sub(); in Binop()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1473 V(Word64, Int64Sub, kS390_Sub64, SubOperandMode, ([&]() { \
|
Completed in 81 milliseconds