From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzO8G-0000vc-1y for qemu-devel@nongnu.org; Wed, 26 Oct 2016 09:20:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzO8C-000370-2n for qemu-devel@nongnu.org; Wed, 26 Oct 2016 09:20:40 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:36943) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzO8B-00036M-Q1 for qemu-devel@nongnu.org; Wed, 26 Oct 2016 09:20:36 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9QDKMin072799 for ; Wed, 26 Oct 2016 09:20:34 -0400 Received: from e24smtp01.br.ibm.com (e24smtp01.br.ibm.com [32.104.18.85]) by mx0a-001b2d01.pphosted.com with ESMTP id 26atc2294m-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 26 Oct 2016 09:20:29 -0400 Received: from localhost by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 26 Oct 2016 11:19:07 -0200 From: Jose Ricardo Ziviani Date: Wed, 26 Oct 2016 11:18:54 -0200 Message-Id: <1477487938-23921-1-git-send-email-joserz@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] 0/4] POWER9 TCG enablements - BCD functions part I List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org, david@gibson.dropbear.id.au, nikunj@linux.vnet.ibm.com, bharata@linux.vnet.ibm.com This serie contains 4 new instructions for POWER9 ISA3.0 bcdcfn.: Decimal Convert From National bcdctn.: Decimal Convert To National bcdcfz.: Decimal Convert From Zoned bcdctz.: Decimal Convert to Zoned Jose Ricardo Ziviani (4): target-ppc: Implement bcdcfn. instruction target-ppc: Implement bcdctn. instruction target-ppc: Implement bcdcfz. instruction target-ppc: Implement bcdctz. instruction target-ppc/helper.h | 4 + target-ppc/int_helper.c | 209 ++++++++++++++++++++++++++++++++++++ target-ppc/translate/vmx-impl.inc.c | 103 ++++++++++++++++++ target-ppc/translate/vmx-ops.inc.c | 4 +- 4 files changed, 318 insertions(+), 2 deletions(-) -- 2.7.4