Home
last modified time | relevance | path

Searched refs:Int64Add (Results 1 - 10 of 10) sorted by relevance

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

Completed in 42 milliseconds