Searched refs:Uint32MulHigh (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 485 Node* Uint32MulHigh(Node* a, Node* b) { in Uint32MulHigh() function in v8::internal::compiler::RawMachineAssembler 486 return AddNode(machine()->Uint32MulHigh(), a, b); in Uint32MulHigh()
|
H A D | machine-operator.h | 499 const Operator* Uint32MulHigh();
|
H A D | opcodes.h | 567 V(Uint32MulHigh)
|
H A D | machine-operator.cc | 281 V(Uint32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1)
|
H A D | machine-operator-reducer.cc | 273 Node* quotient = graph()->NewNode(machine()->Uint32MulHigh(), dividend, in Uint32Div()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 356 V(Uint32MulHigh) \ 1425 V(Word32, Uint32MulHigh, kS390_MulHighU32, \
|
Completed in 18 milliseconds