From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt33s-0006DF-Jm for qemu-devel@nongnu.org; Wed, 09 Jan 2013 16:19:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt33r-0002bt-AT for qemu-devel@nongnu.org; Wed, 09 Jan 2013 16:19:48 -0500 Received: from mail-da0-f42.google.com ([209.85.210.42]:41461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt33r-0002bp-42 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 16:19:47 -0500 Received: by mail-da0-f42.google.com with SMTP id z17so940405dal.29 for ; Wed, 09 Jan 2013 13:19:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1357745265-16084-1-git-send-email-aurelien@aurel32.net> References: <1357745265-16084-1-git-send-email-aurelien@aurel32.net> From: Blue Swirl Date: Wed, 9 Jan 2013 21:19:26 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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 Wed, Jan 9, 2013 at 3:27 PM, Aurelien Jarno wrote: > This patch series contains some fixes and cleanup following the merge > of the DSP ASE patches. Please fix the spacing in the for loops. > > Changes v1 -> v2: > - patch 1: unchanged > - patch 2: new patch as suggested by Richard Henderson > - patch 3: updated to use insn_flags from DisasContext > - patch 4: unchanged > - patch 5: fix the cast on the return value > - patch 6: fix the cast on the return value > - patch 7: unchanged > - patch 8: unchanged > > > 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(-) > > -- > 1.7.10.4 > >