From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzAMH-00028J-UZ for qemu-devel@nongnu.org; Fri, 03 Jan 2014 14:24:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzAMB-0001s5-Tj for qemu-devel@nongnu.org; Fri, 03 Jan 2014 14:24:37 -0500 Message-ID: <52C70E6C.9020609@gmail.com> Date: Fri, 03 Jan 2014 13:24:28 -0600 From: Tom Musta MIME-Version: 1.0 References: <1387399747-4994-1-git-send-email-tommusta@gmail.com> <1387399747-4994-4-git-send-email-tommusta@gmail.com> <1388190626.21454.36.camel@snotra.buserror.net> In-Reply-To: <1388190626.21454.36.camel@snotra.buserror.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [V3 PATCH 03/14] target-ppc: Add ISA2.06 divdeu[o] Instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 12/27/2013 6:30 PM, Scott Wood wrote: > These instructions are phased-in on embedded, and unlike bpermd are not > present on e5500/e6500 which are 64-bit ISA 2.06 implementations. > Wasn't the conclusion in a previous thread to use separate flags for > these instruction groups? > > -Scott Scott: Yes ... but those comments were made *after* this revision was published (http://lists.nongnu.org/archive/html/qemu-devel/2013-12/msg03681.html). I have yet to produce V4 of this series which will include the new and separate flags.