Home
last modified time | relevance | path

Searched refs:Uint32MulHigh (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h264 const Operator* Uint32MulHigh(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h318 Node* Uint32MulHigh(Node* a, Node* b) { in Uint32MulHigh() function
319 return AddNode(machine()->Uint32MulHigh(), a, b); in Uint32MulHigh()
Dopcodes.h402 V(Uint32MulHigh)
Dmachine-operator.cc104 V(Uint32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1)
Dmachine-operator-reducer.cc131 Node* quotient = graph()->NewNode(machine()->Uint32MulHigh(), dividend, in Uint32Div()