]> Git Repo - qemu.git/commit
target-mips: fix bad shifts in {dextp|dextpdp}
authorYongbok Kim <[email protected]>
Wed, 30 Nov 2016 15:25:04 +0000 (15:25 +0000)
committerYongbok Kim <[email protected]>
Sun, 4 Dec 2016 00:57:06 +0000 (00:57 +0000)
commite6e2784cacd4cfec149a7690976b9ff15e541c4d
treeee873949b8c4404a837a9e6a3047c89f1431be61
parentb5a587b613f6151c2ce164552579ae64f2ddfd1c
target-mips: fix bad shifts in {dextp|dextpdp}

Fixed issues in the MIPSDSP64 instructions dextp and dextpdp.
Shifting can go out of 32 bit range.

https://bugs.launchpad.net/qemu/+bug/1631625

Reported-by: Thomas Huth <[email protected]>
Reported-by: Jia Liu <[email protected]>
Signed-off-by: Yongbok Kim <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
target-mips/dsp_helper.c
This page took 0.025223 seconds and 4 git commands to generate.