qemu/target-mips
Petar Jovanovic da1a4cef9e target-mips: Fix helper and tests for dot/cross-dot product instructions
Helper function for dpa_w_ph, dpax_w_ph, dps_w_ph and dpsx_w_ph incorrectly
defines halfword vector elements as unsigned values. This results in wrong
output which is not triggered in the tests as they also follow this logic.

Signed-off-by: Petar Jovanovic <petarj@mips.com>
Reviewed-by: Eric Johnson <ericj@mips.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2013-01-08 11:58:43 +01:00
..
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c
cpu.h target-mips: Allow DSP access to be disabled once enabled. 2013-01-08 11:49:01 +01:00
dsp_helper.c target-mips: Fix helper and tests for dot/cross-dot product instructions 2013-01-08 11:58:43 +01:00
helper.c
helper.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
lmi_helper.c
machine.c
Makefile.objs
mips-defs.h
op_helper.c target-mips: Replace macros by inline functions 2013-01-08 11:55:39 +01:00
TODO
translate.c target-mips: Make repl_ph to sign extend to target-long 2013-01-01 11:55:57 +01:00
translate_init.c