Multiply unsigned 64-bit integers a and b, store the low 64-bits of the result in dst, and store the high 64-bits in hi. This does not read or write arithmetic flags.
TODO: the implementation _does_ set arithmetic flags, unless the x86 instruction mulx is indeed selected.
Multiply unsigned 64-bit integers a and b, store the low 64-bits of the result in dst, and store the high 64-bits in hi. This does not read or write arithmetic flags. TODO: the implementation _does_ set arithmetic flags, unless the x86 instruction mulx is indeed selected.