On 01/09/2013 07:27 AM, Aurelien Jarno wrote:
Aurelien Jarno (8):
target-mips: fix DSP loads with rd = 0
target-mips: copy insn_flags in DisasContext
target-mips: generate a reserved instruction exception on CPU without DSP
target-mips: add unions to access DSP elements
target-mips: use DSP unions for binary DSP operators
target-mips: use DSP unions for unary DSP operators
target-mips: use DSP unions for reduction add instructions
target-mips: implement DSP (d)append sub-class with TCG
target-mips/dsp_helper.c | 623 ++++++++++---------------------
target-mips/helper.h | 13 -
target-mips/translate.c | 912 ++++++++++++++++++++++++----------------------
3 files changed, 670 insertions(+), 878 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~