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

  /external/v8/src/compiler/
machine-operator.h 255 const Operator* Int32MulHigh();
raw-machine-assembler.h 288 Node* Int32MulHigh(Node* a, Node* b) {
289 return AddNode(machine()->Int32MulHigh(), a, b);
opcodes.h 397 V(Int32MulHigh) \
machine-operator.cc 95 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
machine-operator-reducer.cc 110 Node* quotient = graph()->NewNode(machine()->Int32MulHigh(), dividend,
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc     [all...]

Completed in 183 milliseconds