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

  /external/v8/src/compiler/
machine-operator.h 231 const Operator* Int32PairMul();
opcodes.h 419 V(Int32PairMul) \
raw-machine-assembler.h 349 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
350 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high);
int64-lowering.cc 347 NodeProperties::ChangeOp(node, machine()->Int32PairMul());
    [all...]
machine-operator.cc 187 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.cc     [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc     [all...]

Completed in 2189 milliseconds