target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switch
commit87860df5511b972f0234a6b2cfaad5227c79b6b4
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 23 Oct 2018 15:50:49 +0000 (23 17:50 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:53 +0000 (29 14:13 +0100)
tree7bc7928be60e8a453cd56e30fbc950f0c8a20de5
parent96992d1aa1b250c0fffc1ff2dad5e6e4f0b9815b
target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switch

Move MUL, S32M2I, S32I2M handling out of switch. These are all
instructions that do not depend on MXU_EN flag of MXU_CR.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c