From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x634.google.com (mail-pl1-x634.google.com [IPv6:2607:f8b0:4864:20::634]) by sourceware.org (Postfix) with ESMTPS id F254D385AC1B for ; Tue, 5 Oct 2021 12:51:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F254D385AC1B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-pl1-x634.google.com with SMTP id n2so2232864plk.12 for ; Tue, 05 Oct 2021 05:51:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BSqe3VJRmn38UjfRa5PJf+Se7/KFBdej5g7PcgQAYL0=; b=DN0qPzfRI4xt1utdpdc1q+IN6Euhr9iNrOQUrCpb/6Xnzvm6otjzha+8Ya8YgVHrp2 RI6UkQEqXnoafU3PgXXOqkSb3Boqem+QLL2g7HwalUni8j/qtZ6hsaVZIla2d2QQH/iT 6LYLmTiVcCIa2gKvhih5RlurrUSvtVJtNCOr38iJ8qvuDz1uSvzg6ts5GYAIFQkpdFZW 9bkzmGsHUBQGXl6mMtrwrcBuRS2Aearm8XFkFoRNztgTR9ODg0FPOacQa09oiWmzTPDC 5tEJRVi9yUSoruNps9UYSVHYlEumCBj4y2tgXHDBqmVU3QtuD9PdkDxeupwAJk3JGSJ4 VL/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BSqe3VJRmn38UjfRa5PJf+Se7/KFBdej5g7PcgQAYL0=; b=CCNwomrwUsMDWnuD/R/ybLATHodtMiBE7k8a5ozo2Y7so4USiJuy5N2P1CGmoTk4h3 lCwV+SdOGY7q5U2A4ZWw2TfkcKcALzlnhkfZOBb1+a8VrkdaqmNqPnCgEAoFplIeQHVv 9A/OMpnGGjB4Z5UjA4CE9lCb6yPbOzZw0MObnmUKfMLgq3aTlx42rdC8ScOTWiSS3Z8o N36OmRVfmfdRIzK56ty1tDOX609IRhIxXgLKpzAOUMpsS3jU8PM+jdxOVGnP1OSgDnex 4H4NrjMmX4DqdOLcXY7ZtZismu8aS7ZjroFJaE67E5GOqwu0Am3bvBboe+Nfah28R7LU BzUQ== X-Gm-Message-State: AOAM533WUOp+bdowpJFJiI8+hMkYoWZZ3jBw3dexyORAbmePF9n85lQd mLW86rKxDWD7BwAhSRCKktckb5mZjvZFdW53 X-Google-Smtp-Source: ABdhPJxFYNb2zFEriAnAlf6Mz8z08PUHEFCs9lrwEujriNUyHPOpZrB729xcP44g0Qnfl5591bj5TA== X-Received: by 2002:a17:90b:1c92:: with SMTP id oo18mr3630983pjb.56.1633438269777; Tue, 05 Oct 2021 05:51:09 -0700 (PDT) Received: from gamma00.internal.sifive.com ([64.62.193.194]) by smtp.gmail.com with ESMTPSA id q21sm16824435pgk.71.2021.10.05.05.51.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Oct 2021 05:51:09 -0700 (PDT) From: Nelson Chu To: binutils@sourceware.org, jimw@sifive.com, andrew@sifive.com Subject: [integration v2 0/4] RISC-V/rvv: Update rvv from v01.0 to v1.0 Date: Tue, 5 Oct 2021 05:51:02 -0700 Message-Id: <20211005125106.18038-1-nelson.chu@sifive.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 05 Oct 2021 12:51:12 -0000 Hi Guys, There are four patches used to update the rvv from v1.0 to 1.0, * [integration v2 1/4] RISC-V/rvv: Added assembly pseudo and changed assembler mnemonics. * [integration v2 2/4] RISC-V/rvv: Update constraints for widening and narrowing instructions. * [integration v2 3/4] RISC-V/rvv: Separate zvamo from v, and removed the zvlsseg extension name. * [integration v2 4/4] RISC-V/rvv: Added zve* and zvl* extensions, and clarify the imply rules. I still send the rvv patches to integration branch, since it should be easier to review. After the reviewing, I will merge the whole rvv patches into the one, and then move it from the integration branch to mainline, since the rvv v1.0 is frozen and at the public review stage for now. Thanks Nelson