Multiplication: set t1 to the lower 32 bits of t2*t3 using only the lower 32 bits of the input (64bit)
mulw
Operands
reg, reg, regVariants
- Multiplication: set t1 to the lower 32 bits of t2*t3 using only the lower 32 bits of the input (64bit) mulw t1,t2,t3
Loading...