From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT1VH-0008Ge-VM for qemu-devel@nongnu.org; Fri, 29 Jul 2016 02:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT1VF-0002iq-S5 for qemu-devel@nongnu.org; Fri, 29 Jul 2016 02:42:38 -0400 Message-ID: <1469774541.5978.265.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Fri, 29 Jul 2016 16:42:21 +1000 In-Reply-To: <579ad8bd.8481620a.89e78.f1ce@mx.google.com> References: <579ad8bd.8481620a.89e78.f1ce@mx.google.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 28/32] ppc: Avoid double translation for lvx/lvxl/stvx/stvxl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: David Gibson , qemu-devel , qemu-ppc@nongnu.org On Fri, 2016-07-29 at 09:46 +0530, Richard Henderson wrote: > The form of declaration you're using takes care of that.=C2=A0 In order= to > not clobber, you have to use DEF_HELPER_FLAGS with *NO_RWG*. BTW. Is that stuff (and the various flags here) somewhat documented anywhere ? :-) Cheers, Ben.