Home
last modified time | relevance | path

Searched refs:Int32MulHigh (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h272 const Operator* Int32MulHigh(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h314 Node* Int32MulHigh(Node* a, Node* b) { in Int32MulHigh() function
315 return AddNode(machine()->Int32MulHigh(), a, b); in Int32MulHigh()
Dopcodes.h483 V(Int32MulHigh) \
Dmachine-operator.cc105 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dmachine-operator-reducer.cc110 Node* quotient = graph()->NewNode(machine()->Int32MulHigh(), dividend, in Int32Div()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc352 V(Int32MulHigh) \
1453 V(Word32, Int32MulHigh, kS390_MulHigh32, \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1399 V(Int32MulHigh, kArmSmmul) \