From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cP6Bu-0000LG-4P for qemu-devel@nongnu.org; Thu, 05 Jan 2017 06:26:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cP6Bq-0006Nk-40 for qemu-devel@nongnu.org; Thu, 05 Jan 2017 06:26:42 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47506) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cP6Bp-0006NO-Ql for qemu-devel@nongnu.org; Thu, 05 Jan 2017 06:26:38 -0500 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id v05BO3dE088854 for ; Thu, 5 Jan 2017 06:26:35 -0500 Received: from e28smtp01.in.ibm.com (e28smtp01.in.ibm.com [125.16.236.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 27sjbyrtqp-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 05 Jan 2017 06:26:35 -0500 Received: from localhost by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 5 Jan 2017 16:56:31 +0530 From: Nikunj A Dadhania Date: Thu, 5 Jan 2017 16:56:05 +0530 Message-Id: <1483615579-17618-1-git-send-email-nikunj@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 00/14] POWER9 TCG enablements - part10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, david@gibson.dropbear.id.au, rth@twiddle.net Cc: qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com, nikunj@linux.vnet.ibm.com This series contains 11 new instructions for POWER9 ISA3.0 VSX Vector Insert/Extract Word VSX Scalar Extract Exponent/Significand VSX Scalar Convert VSX Scalar Add QP Various float related improvements Bharata B Rao (8): target-ppc: Use float64 arg in helper_compute_fprf() target-ppc: Replace isden by float64_is_zero_or_denormal target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64 target-ppc: Add xsaddqp instructions target-ppc: Add xscvdphp, xscvhpdp target-ppc: Use correct precision for FPRF setting target-ppc: Add xscvdpqp instruction target-ppc: Add xscvqpdp instruction Nikunj A Dadhania (6): target-ppc: Add xxextractuw instruction target-ppc: Add xxinsertw instruction target-ppc: Add xsxexpdp instruction target-ppc: Add xsxexpqp instruction target-ppc: Add xsxsigdp instruction target-ppc: Add xsxsigqp instructions include/fpu/softfloat.h | 20 +++ target-ppc/fpu_helper.c | 241 +++++++++++++++++++++++++----------- target-ppc/helper.h | 9 +- target-ppc/int_helper.c | 51 ++++++++ target-ppc/internal.h | 6 + target-ppc/translate/fp-impl.inc.c | 20 +-- target-ppc/translate/vsx-impl.inc.c | 122 ++++++++++++++++++ target-ppc/translate/vsx-ops.inc.c | 18 +++ 8 files changed, 405 insertions(+), 82 deletions(-) -- 2.7.4