qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] target-mips: DSP ASE fixes and cleanup


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH 0/7] target-mips: DSP ASE fixes and cleanup
Date: Fri, 16 Nov 2012 12:04:16 +0100

This patch series contains some fixes and cleanup following the merge
of the DSP ASE patches.

Aurelien Jarno (7):
  target-mips: fix DSP loads with rd = 0
  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  |  771 ++++++++++++++++++++++++----------------------
 3 files changed, 601 insertions(+), 806 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]