From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSe4V-00037O-Oo for qemu-devel@nongnu.org; Thu, 28 Jul 2016 01:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSe4S-0001eJ-It for qemu-devel@nongnu.org; Thu, 28 Jul 2016 01:41:27 -0400 Date: Thu, 28 Jul 2016 14:33:46 +1000 From: David Gibson Message-ID: <20160728043346.GA2588@voom.fritz.box> References: <1469561218-3067-1-git-send-email-nikunj@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <1469561218-3067-1-git-send-email-nikunj@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH RFC v0 0/6] POWER9 TCG enablements - part2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania Cc: qemu-ppc@nongnu.org, rth@twiddle.net, qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com, benh@kernel.crashing.org --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 27, 2016 at 12:56:52AM +0530, Nikunj A Dadhania wrote: > This series contains 11 new instructions for POWER9 described in ISA3.0. >=20 > Patches: > 01: dtstsfi[q] : DFP Test Significance Immediate [Quad] > 02: vabsdub : Vector Absolute Difference Unsigned Byte > vabsduh : Vector Absolute Difference Unsigned Halfword > vabsduw : Vector Absolute Difference Unsigned Word > 03: vcmpnezb[.] : Vector Compare Not Equal or Zero Byte > vcmpnezh[.] : Vector Compare Not Equal or Zero Halfword > vcmpnezw[.] : Vector Compare Not Equal or Zero Word > 04: vslv : Vector Shift Left Variable > 05: vsrv : Vector Shift Right Variable > 06: extswsli : Extend Sign Word & Shift Left Immediate >=20 > Both part1 and part2 pushed here: > https://github.com/nikunjad/qemu/tree/p9-tcg I'm hoping to get an ack from rth before merging these. At the very least they'll need a rebase on top of BenH's big patch series which I merged into ppc-for-2.8. >=20 > Nikunj A Dadhania (1): > target-ppc: add extswsli[.] instruction >=20 > Sandipan Das (2): > target-ppc: add dtstsfi[q] instructions > target-ppc: add vabsdu[b,h,w] instructions >=20 > Swapnil Bokade (1): > target-ppc: add vcmpnez[b,h,w][.] instructions >=20 > Vivek Andrew Sha (2): > target-ppc: add vslv instruction > target-ppc: add vsrv instruction >=20 > target-ppc/dfp_helper.c | 35 ++++++++++++++++ > target-ppc/helper.h | 13 ++++++ > target-ppc/int_helper.c | 103 ++++++++++++++++++++++++++++++++++++++++++= ++++++ > target-ppc/translate.c | 77 ++++++++++++++++++++++++++++++++++-- > 4 files changed, 225 insertions(+), 3 deletions(-) >=20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXmYsqAAoJEGw4ysog2bOSOl8QAK9sNabXxL0iTrfsD0TekdBt NxNtkCetSZ0GVOpuV3HAamQJmYHjhUZwD4QH8LSxkUG2QSUtUhuMSQ0wYCxTO6gu k3t1BV8K3NCdmC8/I0HbG/q/VKBGkCT4rO1bhAiciSbv04NsZY/Pk5ZdL7dpF5CO naW6yyuxuTD/maoErzz5Zm2glCUkgRkzW0m7Hp0jAooM+FrA0OKtZEsnXcvi++r5 cHtNM47CMC4Kx9SMHwKTz9YNdOpG5r28/5SOiLyfpy+mqJ9UZ5EIbycUR6aXjZsS 4A0EL1X3uu4eojhhN7opnjOR3A7xVCXLyr8rxdlixkS29rGdB86s8jI3Et0m9pni Vx5iIhzPEZPtO//tbpFQmopP7zdjpOMDx/sVaFizrTKiYneBakgfCpXLLgd5i8Eu Qqyz+kFLnmvK9nxQf/9FOwuqzGxmBmSm8CXh8IpfFGuO2R/4c4yAs2/AgvIRunD4 b1I2YKFsdVu9guMFWNXbHl00JSA6PcjH3wrmXx7jOIcgK1hMWWS/tCMJN7vE9SE9 /dbfDU1ThSBwhZunBQnjlNc5nywq15HMqS6ES3XuiCzChd8JYlvQFpTSmRayoO3J oDdSv4C8wlAC2JOZC5PsbMNosRG3xd3BjGdO29lG4bYZpHGZQcYw7X7aJAXWQuv1 iD+NE2vz+hR70fPOmshP =mIOW -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--