]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-mips: Fix Loongson multimedia instructions.
authorHeiher <wangr@lemote.com>
Thu, 13 Oct 2016 07:10:32 +0000 (15:10 +0800)
committerYongbok Kim <yongbok.kim@imgtec.com>
Sun, 4 Dec 2016 00:56:29 +0000 (00:56 +0000)
commitb5a587b613f6151c2ce164552579ae64f2ddfd1c
tree68c62d17e7153a0f602ef1fac8b2e34708308be8
parentbb7cab5f3466540f5603b209c0df2e27a02fbb95
target-mips: Fix Loongson multimedia instructions.

Needed to emit FPU exception on Loongson multimedia instructions
executing if Status:CU1 is clear. or FPR changes may be missed
on Linux.

Signed-off-by: Heiher <wangr@lemote.com>
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target-mips/translate.c