From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 8B76F3857C45 for ; Fri, 11 Nov 2022 09:03:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8B76F3857C45 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 76D7F1FB; Fri, 11 Nov 2022 01:03:17 -0800 (PST) Received: from [10.57.3.75] (unknown [10.57.3.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AC2133F534; Fri, 11 Nov 2022 01:03:10 -0800 (PST) Message-ID: <5e285461-ece0-3bee-8835-d6c14f5c00c0@arm.com> Date: Fri, 11 Nov 2022 09:02:59 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH] aarch64: Add support for Common Short Sequence Compression extension Content-Language: en-US To: "binutils@sourceware.org" Cc: Richard Earnshaw , Nick Clifton References: <4f1aac95-fea5-2279-cb18-dfcdb51a2589@arm.com> <705562f9-e205-355b-f81d-c200110dac16@suse.com> <8c88174b-b274-43ff-eff2-a2e502775231@arm.com> <955fc9b2-ac82-51cd-0edf-51f6cead2856@arm.com> From: "Andre Vieira (lists)" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Ping On 07/11/2022 09:47, Andre Vieira (lists) via Binutils wrote: > Fixed the whitespace typo. > > On 31/10/2022 16:33, Andre Vieira (lists) via Binutils wrote: >> >> On 31/10/2022 13:40, Jan Beulich wrote: >>> On 31.10.2022 12:45, Andre Vieira (lists) wrote: >>>> They are in the Arm A-profile A64 Instruction Set document on >>>> developer.arm.com. I don't know if this link is a permanent one, >>>> but for >>>> now >>>> https://documentation-service.arm.com/static/633d9270da191e7fe057eb97 >>>> should work. >>>> If you look for FEAT_CSSC in that document you will find the relevant >>>> instructions and their encoding. >>> Thanks. One minor remark on the patch itself as I was looking over it: >>> All new aarch64_opcode_table[] entries look to have their 2nd commas >>> slightly misplaced. >>> >>> Jan >> Yeah you are right, I'll fix that before committing, if it gets >> accepted without any other comments that is. >> >> Thanks, >> Andre