Searched refs:Int64Add (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 269 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 D | raw-machine-assembler.h | 498 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 D | machine-operator.h | 503 const Operator* Int64Add();
|
H A D | opcodes.h | 580 V(Int64Add) \
|
H A D | machine-operator-reducer.cc | 133 return machine->Int64Add(); in IntNAdd() 1076 NodeProperties::ChangeOp(node, machine()->Int64Add()); in ReduceInt64Sub()
|
H A D | representation-change.cc | 1335 return machine()->Int64Add(); in Int64OperatorFor()
|
H A D | machine-operator.cc | 294 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
H A D | simplified-lowering.cc | 2399 // => Int64Add/Sub in VisitNode() 3174 ChangeToPureOp(node, lowering->machine()->Int64Add()); in VisitNode()
|
H A D | wasm-compiler.cc | 932 op = m->Int64Add(); in Binop()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1472 V(Word64, Int64Add, kS390_Add64, AddOperandMode, null) \
|
Completed in 41 milliseconds