HomeSort by relevance Sort by last modified time
    Searched refs:Int64Add (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
machine-operator.h 268 const Operator* Int64Add();
raw-machine-assembler.h 331 Node* Int64Add(Node* a, Node* b) {
332 return AddNode(machine()->Int64Add(), a, b);
opcodes.h 412 V(Int64Add) \
machine-operator.cc 115 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
machine-operator-reducer.cc 772 NodeProperties::ChangeOp(node, machine()->Int64Add());
    [all...]
wasm-compiler.cc 609 op = m->Int64Add();
    [all...]

Completed in 124 milliseconds