Searched refs:Int64Add (Results 1 – 11 of 11) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | code-assembler.h | 269 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()
|
| D | raw-machine-assembler.h | 498 Node* Int64Add(Node* a, Node* b) { in Int64Add() function 499 return AddNode(machine()->Int64Add(), a, b); in Int64Add()
|
| D | machine-operator.h | 503 const Operator* Int64Add(); in NON_EXPORTED_BASE()
|
| D | opcodes.h | 580 V(Int64Add) \
|
| D | machine-operator-reducer.cc | 133 return machine->Int64Add(); in IntNAdd() 1076 NodeProperties::ChangeOp(node, machine()->Int64Add()); in ReduceInt64Sub()
|
| D | representation-change.cc | 1335 return machine()->Int64Add(); in Int64OperatorFor()
|
| D | machine-operator.cc | 294 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
| D | simplified-lowering.cc | 3174 ChangeToPureOp(node, lowering->machine()->Int64Add()); in VisitNode()
|
| D | wasm-compiler.cc | 932 op = m->Int64Add(); in Binop()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | instruction-selector-s390.cc | 1472 V(Word64, Int64Add, kS390_Add64, AddOperandMode, null) \
|
| /third_party/node/deps/v8/src/builtins/ |
| D | base.tq | 941 extern operator '+' macro Int64Add(int64, int64): int64;
|