mul_hi
Computes x * y
and returns the high half of the product of x
and y
.
|
(1) |
-
Computes `x * y` and returns the high half of the product of `x` and `y`.
Parameters:-
I
x
-
I
y
-