From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCHmU-0001Ug-Rw for qemu-devel@nongnu.org; Thu, 13 Sep 2012 18:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCHmQ-0001K4-8U for qemu-devel@nongnu.org; Thu, 13 Sep 2012 18:21:06 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:64552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCHmQ-0001Jy-1k for qemu-devel@nongnu.org; Thu, 13 Sep 2012 18:21:02 -0400 Received: by pbbrp12 with SMTP id rp12so4871435pbb.4 for ; Thu, 13 Sep 2012 15:21:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <50525C4B.4060604@twiddle.net> Date: Thu, 13 Sep 2012 15:20:59 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1347557866-7256-1-git-send-email-sw@weilnetz.de> <1347557866-7256-3-git-send-email-sw@weilnetz.de> <20120913212157.GA840@ohm.aurel32.net> <5052507C.7010603@twiddle.net> <20120913214742.GC6791@ohm.aurel32.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] tcg/i386: Add shortcuts for registers used in L constraint List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Stefan Weil , qemu-devel@nongnu.org, Aurelien Jarno , Alexander Graf On 09/13/2012 03:03 PM, Peter Maydell wrote: > Hard to come up with a snappy name for "register which is the Nth > input argument if input args are in registers, but an arbitrary > temp reg otherwise, and which is in the forbidden list for the L > constraint"... I'm more than happy to let "register which is ..." be a comment just before the definitions of TCG_REG_Ln at the top... r~