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

  /external/v8/src/compiler/
machine-operator.h 264 const Operator* Uint32MulHigh();
raw-machine-assembler.h 318 Node* Uint32MulHigh(Node* a, Node* b) {
319 return AddNode(machine()->Uint32MulHigh(), a, b);
opcodes.h 402 V(Uint32MulHigh)
machine-operator.cc 104 V(Uint32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1)
    [all...]
machine-operator-reducer.cc 131 Node* quotient = graph()->NewNode(machine()->Uint32MulHigh(), dividend,
    [all...]

Completed in 232 milliseconds