Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h270 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 Draw-machine-assembler.h504 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 Dgraph-assembler.h72 V(Int64Sub) \
H A Dmachine-operator.h505 const Operator* Int64Sub();
H A Dopcodes.h582 V(Int64Sub) \
H A Drepresentation-change.cc1339 return machine()->Int64Sub(); in Int64OperatorFor()
H A Dmachine-operator.cc295 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
H A Dmachine-operator-reducer.cc1094 NodeProperties::ChangeOp(node, machine()->Int64Sub()); in ReduceInt64Mul()
H A Dsimplified-lowering.cc3192 ChangeToPureOp(node, lowering->machine()->Int64Sub()); in VisitNode()
3210 ChangeUnaryToPureBinaryOp(node, lowering->machine()->Int64Sub(), 0, in VisitNode()
H A Deffect-control-linearizer.cc2921 Node* absolute_value = __ Int64Sub(__ Word64Xor(value, sign_mask), sign_mask); in LowerChangeInt64ToBigInt()
2968 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd)); in LowerTruncateBigIntToWord64()
H A Dwasm-compiler.cc935 op = m->Int64Sub(); in Binop()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1473 V(Word64, Int64Sub, kS390_Sub64, SubOperandMode, ([&]() { \

Completed in 55 milliseconds