Home
last modified time | relevance | path

Searched refs:Int64Add (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h269 V(Int64Add, Word64T, Word64T, Word64T) \
1022 TNode<Int64T> Int64Add(TNode<Int64T> left, TNode<Int64T> right) { in Int64Add() function
1023 return Signed(Int64Add(static_cast<TNode<Word64T>>(left), right)); in Int64Add()
1027 return Unsigned(Int64Add(static_cast<TNode<Word64T>>(left), right)); in Uint64Add()
Draw-machine-assembler.h498 Node* Int64Add(Node* a, Node* b) { in Int64Add() function
499 return AddNode(machine()->Int64Add(), a, b); in Int64Add()
Dmachine-operator.h503 const Operator* Int64Add(); in NON_EXPORTED_BASE()
Dopcodes.h580 V(Int64Add) \
Dmachine-operator-reducer.cc133 return machine->Int64Add(); in IntNAdd()
1076 NodeProperties::ChangeOp(node, machine()->Int64Add()); in ReduceInt64Sub()
Drepresentation-change.cc1335 return machine()->Int64Add(); in Int64OperatorFor()
Dmachine-operator.cc294 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dsimplified-lowering.cc3174 ChangeToPureOp(node, lowering->machine()->Int64Add()); in VisitNode()
Dwasm-compiler.cc932 op = m->Int64Add(); in Binop()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1472 V(Word64, Int64Add, kS390_Add64, AddOperandMode, null) \
/third_party/node/deps/v8/src/builtins/
Dbase.tq941 extern operator '+' macro Int64Add(int64, int64): int64;