]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-mips: fix to clear MSACSR.Cause
authorYongbok Kim <yongbok.kim@imgtec.com>
Tue, 30 Jun 2015 14:44:28 +0000 (15:44 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 15 Jul 2015 13:07:17 +0000 (14:07 +0100)
commitd4f4f0d5d9e74c19614479592c8bc865d92773d0
tree5c11026b1c413633ef2c4ce567ba274089d322ec
parent4dc89b782095d7a0b919fafd7b1322b3cb1279f1
target-mips: fix to clear MSACSR.Cause

MSACSR.Cause bits are needed to be cleared before a vector floating-point
instructions.
FEXDO.df, FEXUPL.df and FEXUPR.df were missed out.

Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/msa_helper.c