Line 265:
Line 265:
Syntax: mulli rD,rA,SIMM
Syntax: mulli rD,rA,SIMM
−
Example: mullh 3,4,5
+
Example: mulli 3,4,5
This will multiply the contents of GPR4 with the integer 5 and place the lower 32 bits of the result in GPR3. So the higher 32 bits - if any - are lost.
This will multiply the contents of GPR4 with the integer 5 and place the lower 32 bits of the result in GPR3. So the higher 32 bits - if any - are lost.