From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Ap3-0003CB-Gm for qemu-devel@nongnu.org; Fri, 28 Oct 2016 13:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Aoz-0004gX-P5 for qemu-devel@nongnu.org; Fri, 28 Oct 2016 13:20:05 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:43436 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0Aoz-0004gH-JH for qemu-devel@nongnu.org; Fri, 28 Oct 2016 13:20:01 -0400 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9SHIQcc091209 for ; Fri, 28 Oct 2016 13:20:01 -0400 Received: from e24smtp01.br.ibm.com (e24smtp01.br.ibm.com [32.104.18.85]) by mx0b-001b2d01.pphosted.com with ESMTP id 26c91dstmm-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Oct 2016 13:20:00 -0400 Received: from localhost by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 28 Oct 2016 15:19:58 -0200 From: Jose Ricardo Ziviani Date: Fri, 28 Oct 2016 15:18:00 -0200 Message-Id: <1477675084-7713-1-git-send-email-joserz@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 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 v2: - implements all fixes and suggestions 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 | 200 ++++++++++++++++++++++++++++++++++++ target-ppc/translate/vmx-impl.inc.c | 103 +++++++++++++++++++ target-ppc/translate/vmx-ops.inc.c | 4 +- 4 files changed, 309 insertions(+), 2 deletions(-) -- 2.7.4