From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB0F7C433E0 for ; Sun, 2 Aug 2020 13:41:56 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8299A2065C for ; Sun, 2 Aug 2020 13:41:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8299A2065C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4BKMcy0J1BzDqLT for ; Sun, 2 Aug 2020 23:41:54 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4BKMSz1h6RzDqH2 for ; Sun, 2 Aug 2020 23:34:59 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Received: by ozlabs.org (Postfix, from userid 1034) id 4BKMSy4tyQz9sTH; Sun, 2 Aug 2020 23:34:58 +1000 (AEST) From: Michael Ellerman To: Balamuruhan S , mpe@ellerman.id.au In-Reply-To: <20200728130308.1790982-1-bala24@linux.ibm.com> References: <20200728130308.1790982-1-bala24@linux.ibm.com> Subject: Re: [PATCH v4 0/3] Add support for divde[.] and divdeu[.] instruction emulation Message-Id: <159637523431.42190.12694331625913087013.b4-ty@ellerman.id.au> Date: Sun, 2 Aug 2020 23:34:58 +1000 (AEST) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ravi.bangoria@linux.ibm.com, jniethe5@gmail.com, paulus@samba.org, sandipan@linux.ibm.com, naveen.n.rao@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, 28 Jul 2020 18:33:05 +0530, Balamuruhan S wrote: > This patchset adds support to emulate divde, divde., divdeu and divdeu. > instructions and testcases for it. > > Resend v4: rebased on latest powerpc next branch > > Changes in v4: > ------------- > Fix review comments from Naveen, > * replace TEST_DIVDEU() instead of wrongly used TEST_DIVDEU_DOT() in > divdeu testcase. > * Include `acked-by` tag from Naveen for the series. > * Rebase it on latest mpe's merge tree. > > [...] Applied to powerpc/next. [1/3] powerpc/ppc-opcode: Add divde and divdeu opcodes https://git.kernel.org/powerpc/c/8902c6f96364d1117236948d6c7b9178f428529c [2/3] powerpc/sstep: Add support for divde[.] and divdeu[.] instructions https://git.kernel.org/powerpc/c/151c32bf5ebdd41114267717dc4b53d2632cbd30 [3/3] powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructions https://git.kernel.org/powerpc/c/b859c95cf4b936b5e8019e7ab68ee2740e609ffd cheers