Searched refs:Int32MulHigh (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 272 const Operator* Int32MulHigh(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 314 Node* Int32MulHigh(Node* a, Node* b) { in Int32MulHigh() function 315 return AddNode(machine()->Int32MulHigh(), a, b); in Int32MulHigh()
|
D | opcodes.h | 483 V(Int32MulHigh) \
|
D | machine-operator.cc | 105 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
D | machine-operator-reducer.cc | 110 Node* quotient = graph()->NewNode(machine()->Int32MulHigh(), dividend, in Int32Div()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 352 V(Int32MulHigh) \ 1453 V(Word32, Int32MulHigh, kS390_MulHigh32, \
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 1399 V(Int32MulHigh, kArmSmmul) \
|