From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by sourceware.org (Postfix) with ESMTPS id D8EC0385416C for ; Thu, 23 Jun 2022 19:37:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D8EC0385416C Received: by mail-lf1-x12c.google.com with SMTP id w20so671065lfa.11 for ; Thu, 23 Jun 2022 12:37:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=cg5nE9X6QQQiSAMI/yFAPMfiObS4ySnkdpdAPV2FnA0=; b=6oZONIN9kaqML3MQmklzmqVlxWMQAJClAcNQ3ZHXtwLtNEsKCZRwbUSFjbE1/u8QCv LuDZ83eTUdw1IEpVKSx4YKx/2qviDKDFqhn+wFnsr9OILpjGfcFnOR+33T+FVgwIXJBG l6LB3aQonxjsBXRp3AGZAX5SP5Xj23b9Ipw9yK3qWVZk2Z4/3xMEIY7lNm5iGSFg6+gB 9e16RA5XC3FMjg1e6iPrxT1Ohrssnuo1TC20TZ3NaaE0nloxztNtxtHBiiQmpqA70GoI HSzR03fHCIY0joh1dZP6lT3sImVcGAzZY3o1f9nzCBXWh1GiIRXBFjFku+XP0zXTP2xm 4zHw== X-Gm-Message-State: AJIora8fqjNGucdJZzXhP6+HMzNUJGDFgAZE7jZnPhZ+Wfg1RMNxCOKz zItHtmCDcG6Sji2qtHLKuIlwp5N5N9Y= X-Google-Smtp-Source: AGRyM1udhQGEelKzw61yzlfpTYO/F2n9RnyZjE4X+AKQdSmFaBAwldNEo9u5az+6SBLE8J3uXRjGXQ== X-Received: by 2002:a19:6a05:0:b0:47f:ac70:126 with SMTP id u5-20020a196a05000000b0047fac700126mr2257738lfu.424.1656013070179; Thu, 23 Jun 2022 12:37:50 -0700 (PDT) Received: from localhost.localdomain (broadband-188-32-220-156.ip.moscow.rt.ru. [188.32.220.156]) by smtp.gmail.com with ESMTPSA id a8-20020ac25208000000b0047f74ee6a1fsm9737lfl.63.2022.06.23.12.37.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 12:37:49 -0700 (PDT) Sender: Dmitry Selyutin From: Dmitry Selyutin To: binutils@sourceware.org Cc: Alan Modra , Luke Kenneth Casson Leighton , Dmitry Selyutin Subject: [PATCH v3 0/6] ppc/svp64: support SVP64 and its first insns Date: Thu, 23 Jun 2022 22:37:28 +0300 Message-Id: <20220623193734.1245650-1-ghostmansd@gmail.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220621115115.1068453-1-ghostmansd@gmail.com> References: <20220621115115.1068453-1-ghostmansd@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.3 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, 23 Jun 2022 19:37:53 -0000 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. Changes since v2: - All patches now have the description including links to docs. - A new operand flag is introduced for ranges 1..n instead of 0..n-1. - All tests are rewritten for simplicity's sake. Changes since v1: - Aliased instruction fields now appear after the original ones. Dmitry Selyutin (6): ppc/svp64: support LibreSOC architecture ppc: introduce non-zero operand ppc/svp64: support setvl instructions ppc/svp64: support svstep instructions ppc/svp64: support svshape instruction ppc/svp64: support svremap instruction gas/config/tc-ppc.c | 5 +++ gas/testsuite/gas/ppc/ppc.exp | 5 +++ gas/testsuite/gas/ppc/setvl.d | 15 +++++++ gas/testsuite/gas/ppc/setvl.s | 7 ++++ gas/testsuite/gas/ppc/svremap.d | 16 ++++++++ gas/testsuite/gas/ppc/svremap.s | 8 ++++ gas/testsuite/gas/ppc/svshape.d | 13 +++++++ gas/testsuite/gas/ppc/svshape.s | 5 +++ gas/testsuite/gas/ppc/svstep.d | 13 +++++++ gas/testsuite/gas/ppc/svstep.s | 5 +++ include/opcode/ppc.h | 6 +++ opcodes/ppc-dis.c | 5 +++ opcodes/ppc-opc.c | 69 +++++++++++++++++++++++++++++++++ 13 files changed, 172 insertions(+) create mode 100644 gas/testsuite/gas/ppc/setvl.d create mode 100644 gas/testsuite/gas/ppc/setvl.s create mode 100644 gas/testsuite/gas/ppc/svremap.d create mode 100644 gas/testsuite/gas/ppc/svremap.s create mode 100644 gas/testsuite/gas/ppc/svshape.d create mode 100644 gas/testsuite/gas/ppc/svshape.s create mode 100644 gas/testsuite/gas/ppc/svstep.d create mode 100644 gas/testsuite/gas/ppc/svstep.s -- 2.36.1