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