Method mulx_u32
mulx_u32(uint, uint, out uint)
Multiply unsigned 32-bit integers a and b, store the low 32-bits of the result in dst, and store the high 32-bits in hi. This does not read or write arithmetic flags.
Declaration
public static uint mulx_u32(uint a, uint b, out uint hi)
Parameters
Type | Name | Description |
---|---|---|
uint | a | 32-bit integer |
uint | b | 32-bit integer |
uint | hi | Stores the high 32-bits |
Returns
Type | Description |
---|---|
uint | 32-bit integer |
Remarks
**** mulx r32, r32, m32