qemu/target-mips
Petar Jovanovic a345481baa target-mips: fix for sign-issue in MULQ_W helper
Correct sign-propagation before multiplication in MULQ_W helper.
The change also fixes previously incorrect expected values in the
tests for MULQ_RS.W and MULQ_S.W.

Signed-off-by: Petar Jovanovic <petarj@mips.com>
Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2013-02-23 22:20:45 +01:00
..
cpu-qom.h target-mips: Introduce QOM realizefn for MIPSCPU 2013-02-16 14:50:57 +01:00
cpu.c cpu: Add CPUArchState pointer to CPUState 2013-02-16 14:51:00 +01:00
cpu.h target-mips: Move TCG initialization to MIPSCPU initfn 2013-02-16 14:50:58 +01:00
dsp_helper.c target-mips: fix for sign-issue in MULQ_W helper 2013-02-23 22:20:45 +01:00
helper.c
helper.h target-mips: Use mul[us]2 in [D]MULT[U] insns 2013-02-23 17:25:29 +00:00
lmi_helper.c
machine.c
Makefile.objs
mips-defs.h
op_helper.c target-mips: Use mul[us]2 in [D]MULT[U] insns 2013-02-23 17:25:29 +00:00
TODO
translate.c target-mips: Use mul[us]2 in [D]MULT[U] insns 2013-02-23 17:25:29 +00:00
translate_init.c