unicorn/qemu/target-mips
Yongbok Kim 8575514f4c
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

Backports commit e6e2784cacd4cfec149a7690976b9ff15e541c4d from qemu
2018-03-01 09:04:41 -05:00
..
cpu-qom.h target-mips: make cpu-qom.h not target specific 2018-02-24 00:59:03 -05:00
cpu.c cpu: move exec-all.h inclusion out of cpu.h 2018-02-24 02:39:08 -05:00
cpu.h target-*: Clean up cpu.h header guards 2018-02-25 04:12:46 -05:00
dsp_helper.c target-mips: fix bad shifts in {dextp|dextpdp} 2018-03-01 09:04:41 -05:00
helper.c target-mips: fix EntryHi.EHINV being cleared on TLB exception 2018-02-25 21:02:31 -05:00
helper.h target-mips: Add nan2008 flavor of <CEIL|CVT|FLOOR|ROUND|TRUNC>.<L|W>.<S|D> 2018-02-24 21:14:04 -05:00
lmi_helper.c
Makefile.objs
mips-defs.h Clean up ill-advised or unusual header guards 2018-02-25 04:22:46 -05:00
msa_helper.c softfloat: Implement run-time-configurable meaning of signaling NaN bit 2018-02-24 20:27:12 -05:00
op_helper.c softmmu: Add probe_write() 2018-02-27 12:20:50 -05:00
TODO
translate_init.c target-mips: add 24KEc CPU definition 2018-02-26 03:50:22 -05:00
translate.c target-mips: Fix Loongson multimedia instructions. 2018-03-01 09:03:49 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h