From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayizG-00081c-UW for qemu-devel@nongnu.org; Fri, 06 May 2016 12:52:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayiz5-0004cz-BN for qemu-devel@nongnu.org; Fri, 06 May 2016 12:52:17 -0400 Received: from mail-qk0-x244.google.com ([2607:f8b0:400d:c09::244]:33863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayiz4-0004ZC-5A for qemu-devel@nongnu.org; Fri, 06 May 2016 12:52:11 -0400 Received: by mail-qk0-x244.google.com with SMTP id i7so7603413qkd.1 for ; Fri, 06 May 2016 09:51:56 -0700 (PDT) Sender: Richard Henderson References: <1462392752-17703-1-git-send-email-laurent@vivier.eu> <1462392752-17703-22-git-send-email-laurent@vivier.eu> From: Richard Henderson Message-ID: Date: Fri, 6 May 2016 06:51:48 -1000 MIME-Version: 1.0 In-Reply-To: <1462392752-17703-22-git-send-email-laurent@vivier.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 21/52] target-m68k: Reorg flags handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: gerg@uclinux.org, schwab@linux-m68k.org, agraf@suse.de On 05/04/2016 10:12 AM, Laurent Vivier wrote: > From: Richard Henderson > > Separate all ccr bits. Continue to batch updates via cc_op. > > Signed-off-by: Richard Henderson > > Fix gen_logic_cc() to really extend the size of the result. > Fix gen_get_ccr(): update cc_op as it is used by the helper. > > Signed-off-by: Laurent Vivier > --- > target-m68k/cpu.c | 2 +- > target-m68k/cpu.h | 46 +++--- > target-m68k/helper.c | 402 +++++++++++++++++++++--------------------------- > target-m68k/helper.h | 6 +- > target-m68k/op_helper.c | 30 ++-- > target-m68k/qregs.def | 6 +- > target-m68k/translate.c | 384 ++++++++++++++++++++------------------------- > 7 files changed, 389 insertions(+), 487 del Reviewed-by: Richard Henderson r~