From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLf1H-0002Q5-B4 for qemu-devel@nongnu.org; Tue, 09 Oct 2012 14:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLf1F-0004z9-Re for qemu-devel@nongnu.org; Tue, 09 Oct 2012 14:59:07 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLf1F-0004z5-LS for qemu-devel@nongnu.org; Tue, 09 Oct 2012 14:59:05 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so5512185pad.4 for ; Tue, 09 Oct 2012 11:59:04 -0700 (PDT) Sender: Richard Henderson Message-ID: <507473F7.9020100@twiddle.net> Date: Tue, 09 Oct 2012 11:59:03 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349526621-13939-1-git-send-email-pbonzini@redhat.com> <1349526621-13939-4-git-send-email-pbonzini@redhat.com> In-Reply-To: <1349526621-13939-4-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 10/06/2012 05:30 AM, Paolo Bonzini wrote: > Set it to the appropriate CC_OP_SUBx constant in gen_scas/gen_cmps. > In the repz case it can be overridden to CC_OP_DYNAMIC after generating > the code. > > Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~