Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h268 const Operator* Int64Add(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h331 Node* Int64Add(Node* a, Node* b) { in Int64Add() function
332 return AddNode(machine()->Int64Add(), a, b); in Int64Add()
Dopcodes.h412 V(Int64Add) \
Dmachine-operator.cc115 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dmachine-operator-reducer.cc772 NodeProperties::ChangeOp(node, machine()->Int64Add()); in ReduceInt64Sub()
Dwasm-compiler.cc609 op = m->Int64Add(); in Binop()