From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltyp-0000UB-Qm for qemu-devel@nongnu.org; Mon, 19 Sep 2016 04:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bltyl-00064Y-Fd for qemu-devel@nongnu.org; Mon, 19 Sep 2016 04:31:10 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:49704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltyl-00064R-6p for qemu-devel@nongnu.org; Mon, 19 Sep 2016 04:31:07 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8J8SEpB079036 for ; Mon, 19 Sep 2016 04:31:06 -0400 Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) by mx0a-001b2d01.pphosted.com with ESMTP id 25jam94xwg-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 19 Sep 2016 04:31:05 -0400 Received: from localhost by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Sep 2016 18:31:03 +1000 From: Nikunj A Dadhania In-Reply-To: <20160919065123.GG20488@umbus> References: <1474023111-11992-1-git-send-email-nikunj@linux.vnet.ibm.com> <20160919065123.GG20488@umbus> Date: Mon, 19 Sep 2016 14:00:55 +0530 MIME-Version: 1.0 Content-Type: text/plain Message-Id: <8760psmgu8.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> Subject: Re: [Qemu-devel] [PATCH v3 0/5] POWER9 TCG enablements - part4(pending) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, rth@twiddle.net, qemu-devel@nongnu.org, benh@kernel.crashing.org David Gibson writes: > [ Unknown signature status ] > On Fri, Sep 16, 2016 at 04:21:46PM +0530, Nikunj A Dadhania wrote: >> This series contains 4 new instructions for POWER9 ISA3.0 >> Use newer qemu load/store tcg helpers and optimize stxvw4x and lxvw4x. >> >> Patches: >> 01: darn: Deliver a random number > > I've applied this one. > >> 02: lxvw4x - improve implementation >> 03: stxv4x - improve implementation >> 04: lxvh8x: Load VSX Vector Halfword*8 >> stxvh8x: Store VSX Vector Halfword*8 >> 05: lxvb16x: Load VSX Vector Byte*16 >> stxvb16x: Store VSX Vector Byte*16 > > I think the remainder still have bugs in BE mode. Let me get back to the ISA and re-confirm, its a bit confusing. Regards, Nikunj