Message ID | cover.1687162620.git.jie.mei@oss.cipunited.com |
---|---|
Headers | show
Return-Path: <gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=oss.cipunited.com header.i=@oss.cipunited.com header.a=rsa-sha256 header.s=feishu2303200042 header.b=l7N8Fblp; dkim-atps=neutral Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Ql31J55cDz20XQ for <incoming@patchwork.ozlabs.org>; Mon, 19 Jun 2023 18:32:52 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C5D6B383906C for <incoming@patchwork.ozlabs.org>; Mon, 19 Jun 2023 08:32:50 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from t03.bc.larksuite.com (t03.bc.larksuite.com [209.127.231.36]) by sourceware.org (Postfix) with UTF8SMTPS id 2AF773858414 for <gcc-patches@gcc.gnu.org>; Mon, 19 Jun 2023 08:31:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2AF773858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=oss.cipunited.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=oss.cipunited.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=feishu2303200042; d=oss.cipunited.com; t=1687163481; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=mBLnAmtC3qobbDPoDT7TKsZ1ey+l60v6W+PRcaZp3+o=; b=l7N8Fblp+X/iaiUu6myZlvGnQDgxFDDkEfj86jqE1zKZbG8Qw64P5+yz6Nskf+8oVa0kjz +qX2t2SJ6TPEoFadRxRq3oLdUJ6X9gwxSDu5F9RNfIZMWBSc0RcfxU6voj0CTuSK8+yvpY xhiRz9Q9lzHyJ4g27DXH5y0/aoP00G4bJaijiP4hi/Wqgs4BavpvD/4fVHSKjI0z8/7NeJ sJbroY4mVRpb9KYj0+E8tYjWObO5fh7qUE49owSK23JwUOFoVzk/6FRjv1awDlO/qGh6BN 2M4jSJezBquDsMYmhQJl7/GtBsHsdnxQcDHjk2iMf2qfcHqJpjsrJYjOHZgGsw== Message-Id: <cover.1687162620.git.jie.mei@oss.cipunited.com> To: <gcc-patches@gcc.gnu.org> Cc: "YunQiang Su" <yunqiang.su@cipunited.com>, "Maciej W . Rozycki" <macro@orcam.me.uk> Mime-Version: 1.0 X-Mailer: git-send-email 2.40.1 From: "Jie Mei" <jie.mei@oss.cipunited.com> Subject: [PATCH v4 0/9] MIPS: Add MIPS16e2 ASE instrucions. Date: Mon, 19 Jun 2023 16:29:49 +0800 X-Lms-Return-Path: <lba+264901258+2d9e04+gcc.gnu.org+jie.mei@oss.cipunited.com> X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HTML_MESSAGE, KAM_SHORT, 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" <gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org> |
Series |
MIPS: Add MIPS16e2 ASE instrucions.
|
expand
|