From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id 6A402385781F for ; Mon, 31 Oct 2022 03:07:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6A402385781F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667185633; x=1698721633; h=from:to:cc:subject:date:message-id; bh=6un+809TUd2LE8leUjUp8KiuoL25ofo4WmFfLcU2J+g=; b=eiYC/Adl71UIg7ou37lp7xVDRicCHRwHfv3TOY70RARWTd2f4Z9gwAoX vw1T459BbEb+wLWHR2oJNLcCMb1MyRTEPH19FauoDQxr7OLxB/lIJSrSq /kM+wNOYkAqa5bBVu6+EgXT3PWOA0RVkTR/nGgp1KnaY9SH4esc8mnsGi wzQPA07NhzkCh0I7C7TWSnjYJbjGVNx7EKU11F5n+bnwS/rwzFnq8vEAa ttOD9KLNJtbOZb4GGFqq6onI9/CvpTXeuIBkkTonRAJWWSluTpAtsBM3j cCw6eDvH6dYuH8gVExSJFAXN1CbPrMS7QUrvr1G8DDMuIS0s2udSMkKVC A==; X-IronPort-AV: E=McAfee;i="6500,9779,10516"; a="309893274" X-IronPort-AV: E=Sophos;i="5.95,227,1661842800"; d="scan'208";a="309893274" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2022 20:07:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10516"; a="702363162" X-IronPort-AV: E=Sophos;i="5.95,227,1661842800"; d="scan'208";a="702363162" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by fmsmga004.fm.intel.com with ESMTP; 30 Oct 2022 20:07:10 -0700 Received: from shliclel320.sh.intel.com (shliclel320.sh.intel.com [10.239.240.127]) by shvmail03.sh.intel.com (Postfix) with ESMTP id B278910056B8; Mon, 31 Oct 2022 11:07:09 +0800 (CST) From: Haochen Jiang To: binutils@sourceware.org Cc: jbeulich@suse.com, hjl.tools@gmail.com Subject: [PATCH v4 0/6] Support Intel Sierra Forest Instructions Date: Mon, 31 Oct 2022 11:05:01 +0800 Message-Id: <20221031030507.35588-1-haochen.jiang@intel.com> X-Mailer: git-send-email 2.18.1 X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi all, These six patches are our v4 patch for new ISAs. For these six patches, only minor fixes are done comparing to v3. All the comments mentioned in previous thread are fixed, including: 1. Add _ANY_ back to all ISAs. 2. Share the test dump file between 32/64 bits for WRMSRNS/MSRLIST. 3. Adjust the insertion in opcodes/i386-opc.tbl for AVX-IFMA and AVX-VNNI-INT8. 4. Remove SwapSource usage in CMPccXADD and use cpuarch to handle the special encoding in CMPccXADD. Thanks for all the discussion and reviews. Ok for trunk? BTW, there are still two patches pending for revise so they are not included in this series. AVX-NE-CONVERT will be sent out soon and RAO-INT still pending for the discussion on suffixes usage. BRs, Haochen