From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id F0D123857BAB for ; Thu, 11 Aug 2022 09:14:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0D123857BAB Received: by mail-pj1-x102b.google.com with SMTP id q7-20020a17090a7a8700b001f300db8677so4540908pjf.5 for ; Thu, 11 Aug 2022 02:14:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=Tay4de7NTiw2vjA7tFl/niSfEteJxiCXI69fSDnltTY=; b=IudNK7jbWyXo3+esb97HMagu9VFhATCeXB9uMuJagXWBPS0QEjUnfbHcYnhLhurFjX DWEiqw99z0kaZAGXlF1ktyncOEpu5Akyb1oY6sS19TwwQW9ZfzFCbPAPdkPg3ZjihBRQ HyuUx0UnFlmxcr3hweUlg3DYJHZ11gF4lTKCJaZkmEezW5+K10zBo2csVXXx8UYxHqKm nexFKnuSLOYYWzHLkqEKXEdpCZVS3HLrn0V2T8gbtcr4u0rGAHf1M7eHbonEJ9tWaeWn CBBzev9XR6MpMczgjV22MdEqLTxo/dhHDo0G0QFtBC13oD7wqz4DuHFQupK9Z1retTZR jWng== X-Gm-Message-State: ACgBeo2s+HM6p3FHOJB7/BVpCm168HmMS9DcTAsJCO9uragn8b0bd9q1 SxvXk2vXYbfCvyDn0WS8yRK4b+CWhjk= X-Google-Smtp-Source: AA6agR5TlFaPkQMSy1muLIHnuapjQlaCeS+mj8pRmEDtP+YXi3cxon2odR6tH6+w2EwF4zihXpPy7Q== X-Received: by 2002:a17:90b:4c8c:b0:1f4:f6e8:2de0 with SMTP id my12-20020a17090b4c8c00b001f4f6e82de0mr7721419pjb.36.1660209276825; Thu, 11 Aug 2022 02:14:36 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:3649:603e:f44c:4ced]) by smtp.gmail.com with ESMTPSA id g6-20020a170902c38600b0016d27cead72sm14314485plg.196.2022.08.11.02.14.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Aug 2022 02:14:36 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id C29A31140102; Thu, 11 Aug 2022 18:44:33 +0930 (ACST) Date: Thu, 11 Aug 2022 18:44:33 +0930 From: Alan Modra To: Dmitry Selyutin Cc: binutils@sourceware.org, Luke Kenneth Casson Leighton Subject: Re: [PATCH v6 0/7] ppc/svp64: support SVP64 and its first insns Message-ID: References: <20220626190005.7727-1-ghostmansd@gmail.com> <20220725131020.128550-1-ghostmansd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220725131020.128550-1-ghostmansd@gmail.com> X-Spam-Status: No, score=-3028.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2022 09:14:40 -0000 On Mon, Jul 25, 2022 at 04:10:13PM +0300, Dmitry Selyutin wrote: > These patches add support for LibreSOC machine and SVP64 extension flag > for PowerPC architecture. SV (Simple-V) is a strict RISC-paradigm > Scalable Vector Extension for the Power ISA. SVP64 is the 64-bit > Prefixed instruction format implementing SV. Funded by NLnet through EU > Grants No: 825310 and 825322, SV is in DRAFT form and is to be publicly > submitted via the OpenPOWER Foundation ISA Working Group via the > newly-created External RFC Process. Hi Dmitry, Now that your copyright assignment is complete, I've pushed this series. I made a few changes, most notably to ppc/svindex.d so that the test passed. -- Alan Modra Australia Development Lab, IBM