From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 423ttd5hzZzF37r for ; Tue, 4 Sep 2018 01:19:50 +1000 (AEST) Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w83FImYq071097 for ; Mon, 3 Sep 2018 11:19:48 -0400 Received: from e06smtp05.uk.ibm.com (e06smtp05.uk.ibm.com [195.75.94.101]) by mx0a-001b2d01.pphosted.com with ESMTP id 2m96v41mk0-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 03 Sep 2018 11:19:47 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 3 Sep 2018 16:19:45 +0100 From: Sandipan Das To: mpe@ellerman.id.au Cc: linuxppc-dev@lists.ozlabs.org, paulus@samba.org, anton@samba.org, naveen.n.rao@linux.vnet.ibm.com, ravi.bangoria@linux.ibm.com Subject: [PATCH 0/6] powerpc sstep: Extend instruction emulation support Date: Mon, 3 Sep 2018 20:49:32 +0530 Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This series adds emulation support for some additional ISA 3.0 instructions, most of which are now generated by a recent compiler (e.g. gcc-8.x) when building the kernel with CONFIG_POWER9_CPU = y. PrasannaKumar Muralidharan (1): powerpc sstep: Add modsw, moduw instruction emulation Sandipan Das (5): powerpc sstep: Add maddhd, maddhdu, maddld instruction emulation powerpc sstep: Add darn instruction emulation powerpc sstep: Add cnttzw, cnttzd instruction emulation powerpc sstep: Add extswsli instruction emulation powerpc sstep: Add modsd, modud instruction emulation arch/powerpc/lib/sstep.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 2 deletions(-) -- 2.14.4