From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0kZ-0002NO-Jf for qemu-devel@nongnu.org; Wed, 09 Jan 2013 13:51:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt0kW-0005WZ-Uw for qemu-devel@nongnu.org; Wed, 09 Jan 2013 13:51:43 -0500 Received: from mail-qa0-f53.google.com ([209.85.216.53]:33262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0kW-0005WU-QO for qemu-devel@nongnu.org; Wed, 09 Jan 2013 13:51:40 -0500 Received: by mail-qa0-f53.google.com with SMTP id a19so943116qad.5 for ; Wed, 09 Jan 2013 10:51:39 -0800 (PST) Sender: Richard Henderson Message-ID: <50EDBC38.3070703@twiddle.net> Date: Wed, 09 Jan 2013 10:51:36 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1357745265-16084-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1357745265-16084-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org 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~