From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1GUD-0007Mx-FP for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1GU9-0002Dy-E3 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:35:05 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:53506 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 1c1GU9-0002Da-8j for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:35:01 -0400 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9VHXRFS090543 for ; Mon, 31 Oct 2016 13:35:00 -0400 Received: from e24smtp03.br.ibm.com (e24smtp03.br.ibm.com [32.104.18.24]) by mx0b-001b2d01.pphosted.com with ESMTP id 26eab48s24-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 31 Oct 2016 13:35:00 -0400 Received: from localhost by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2016 15:34:58 -0200 From: Jose Ricardo Ziviani Date: Mon, 31 Oct 2016 15:34:45 -0200 Message-Id: <1477935289-5010-1-git-send-email-joserz@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3 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 v3: - generates invalid instruction excpetion when opc4 is not handled/invalid - changes get_national ret. type to uint16_t to handle invalid encoding - small improvements 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 | 199 ++++++++++++++++++++++++++++++++++++ target-ppc/translate/vmx-impl.inc.c | 85 +++++++++++++++ target-ppc/translate/vmx-ops.inc.c | 4 +- 4 files changed, 290 insertions(+), 2 deletions(-) -- 2.7.4