From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1aw6-00053r-Eg for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1aw3-0003oK-64 for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:25:14 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:58960 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 1c1aw3-0003nv-16 for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:25:11 -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 uA1FNfTW055066 for ; Tue, 1 Nov 2016 11:25:10 -0400 Received: from e24smtp01.br.ibm.com (e24smtp01.br.ibm.com [32.104.18.85]) by mx0b-001b2d01.pphosted.com with ESMTP id 26ess6nnf2-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 01 Nov 2016 11:25:10 -0400 Received: from localhost by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Nov 2016 13:25:08 -0200 From: Jose Ricardo Ziviani Date: Tue, 1 Nov 2016 13:24:44 -0200 Message-Id: <1478013888-22242-1-git-send-email-joserz@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v4 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 v4: - throws invalid for any instruction not implemented by default - creates a function to compare bcd value to zero 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 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 | 198 ++++++++++++++++++++++++++++++++++++ target-ppc/translate/vmx-impl.inc.c | 73 +++++++++++++ target-ppc/translate/vmx-ops.inc.c | 4 +- 4 files changed, 277 insertions(+), 2 deletions(-) -- 2.7.4