In this chapter, we return to using mathematics. We’ve already covered addition, subtraction, and a collection of bit operations on our 32-bit registers. Now we learn how to perform multiplication, division, interpolation, and floating point, starting with multiplication.
Multiplication
This instruction calculates Rd = Rd * Rn and executes in one clock cycle. ...