Searched refs:Int32MulHigh (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 455 Node* Int32MulHigh(Node* a, Node* b) { in Int32MulHigh() function in v8::internal::compiler::RawMachineAssembler 456 return AddNode(machine()->Int32MulHigh(), a, b); in Int32MulHigh()
|
H A D | machine-operator.h | 490 const Operator* Int32MulHigh();
|
H A D | opcodes.h | 562 V(Int32MulHigh) \
|
H A D | machine-operator.cc | 272 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
H A D | machine-operator-reducer.cc | 253 Node* quotient = graph()->NewNode(machine()->Int32MulHigh(), dividend, in Int32Div()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 355 V(Int32MulHigh) \ 1423 V(Word32, Int32MulHigh, kS390_MulHigh32, \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1595 V(Int32MulHigh, kArmSmmul) \
|
Completed in 23 milliseconds