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

  /external/v8/src/compiler/
machine-operator.h 272 const Operator* Int64Mul();
raw-machine-assembler.h 343 Node* Int64Mul(Node* a, Node* b) {
344 return AddNode(machine()->Int64Mul(), a, b);
opcodes.h 416 V(Int64Mul) \
machine-operator.cc 117 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
wasm-compiler.cc 615 op = m->Int64Mul();
    [all...]

Completed in 55 milliseconds