qemu-irix/target-mips
Richard Sandiford 074dd56a01 target-mips: Fix accumulator arguments to gen_helper_dmult(u)
gen_muldiv was passing int accumulator arguments directly
to gen_helper_dmult(u).  This patch fixes it to use TCGs,
via the gen_helper_0e2i wrapper.

Fixes an --enable-debug-tcg build failure reported by Juergen Lock.

Signed-off-by: Richard Sandiford <rdsandiford@googlemail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2013-05-14 13:01:34 -05:00
..
Makefile.objs target-mips: Add ASE DSP internal functions 2012-10-31 20:24:05 +01:00
TODO target-mips: Change TODO file 2012-10-31 21:37:24 +01:00
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
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 rndrashift_short_acc and code for EXTR_ instructions 2013-04-04 16:58:41 -05:00
helper.c target-mips: Add ASE DSP resources access check 2012-10-31 20:24:06 +01:00
helper.h target-mips: Fix accumulator arguments to gen_helper_dmult(u) 2013-05-14 13:01:34 -05:00
lmi_helper.c target-mips: Implement Loongson Multimedia Instructions 2012-09-19 21:40:48 +02:00
machine.c target-mips: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
mips-defs.h
op_helper.c target-mips: Fix accumulator arguments to gen_helper_dmult(u) 2013-05-14 13:01:34 -05:00
translate.c target-mips: Fix accumulator arguments to gen_helper_dmult(u) 2013-05-14 13:01:34 -05:00
translate_init.c target-mips: Add ASE DSP processors 2012-10-31 21:37:20 +01:00