4.4.10 Longword Multiply
Format:
| MULL | Ra.rl,Rb.rl,Rc.wq | !Operate format | 
| MULL | Ra.rl,#b.ib,Rc.wq | !Operate format | 
Operation:
Rc ← SEXT ((Rav * Rbv)<31:0>)
Exceptions:
Integer Overflow
Instruction mnemonics:
| MULL | Multiply Longword | 
Qualifiers:
Integer Overflow Enable (/V)
Description:
Register Ra is multiplied by register Rb or a literal and the 
The high 32 bits of Ra and Rb are ignored. Rc is a proper sign extension of the truncated 
The MULQ instruction can be used to return the full 
