mulou

Operands

$reg, $reg, [$reg/int16/int32]

Variants

  • MULtiplication with Overflow Unsigned : Set $t1 to low-order 32 bits of the product of $t2 and $t3 mulou $t1,$t2,$t3
  • MULtiplication with Overflow Unsigned : Set $t1 to low-order 32 bits of the product of $t2 and signed 16-bit immediate mulou $t1,$t2,-100
  • MULtiplication with Overflow Unsigned : Set $t1 to low-order 32 bits of the product of $t2 and 32-bit immediate mulou $t1,$t2,100000

MULtiplication with Overflow Unsigned : Set $t1 to low-order 32 bits of the product of $t2 and $t3

Loading...