From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 706A4382D3FE for ; Tue, 6 Dec 2022 22:33:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 706A4382D3FE Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ot1-x329.google.com with SMTP id l8-20020a056830054800b006705fd35eceso1228556otb.12 for ; Tue, 06 Dec 2022 14:33:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=mb3wugZs2u75Dx3RUq4qZ4smzWj88uiuNUSJQfBeTZ0=; b=Lef2Wyrefjd81rDMi9WYUoxAcOCxRXo3Koh36Ct9eBuho9Yhzt5RSC8gYinboIIxpF DCJQ+CBLJT6PrEsYnY9ov9wj4c1/po6Zo4pIXUiBxPYbGOBMENmyuzzYXJT3Z3A95SOt oVM5WSW0bjbo6wRT1YrjasJVJII8IL54CXU/i6DBov1wY9W57rr7viqg2V4XNSSnu4mo 5udPsIUIFo0vJagl+bHDzYFnbq8XUhaxFO0AI8xVBvVpiF93BC0lY7mrU7OkNsSJXFxV +YaRkgt2fRfN7v+EBnQS5WMhRoVvPGUugurx/CSduPnwPVtEqiVURH5TgN4ygrIpSVQ9 a79A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=mb3wugZs2u75Dx3RUq4qZ4smzWj88uiuNUSJQfBeTZ0=; b=4LBEv8pcd+g+9EvUmFqu1cjyt2NP0aeu6y7QL20WVFr4hKsOssi5zW1Daz746qDp7P sMvqSn/VffPxMcDT85Nrh6ke6mJe2mfcbbU/acuSUpkZ8PXVAwMWld55pvkvkedYn8UU oy5IV1mD3+cAunJK8MMFHcGjPryJIQnbx/DFr0C9XBH0eWN/fT9ka21ajfwsGB2DwpHK hmvaRwa+C1Au8XYNRRlAIaf0U7IPSATNVkIzR0JmkLxbncFAYEAmfVilJ0LCjcPyo8z8 juqhByp8AWTtzSXc4806faP6WXZ+F6+A1fzpRCZ+nf4FgP4tnsoy7bl27du8xBNCK8pP nCZw== X-Gm-Message-State: ANoB5ply1VpDZoAVGcmiOCZbyA+S0gLS5itbnXvAD6xw7DiVUVFUu/Sj kxqkYnHsoXqI7Lze6a4d0zyWtS5YQxwb2xh0hfgSI7UXDr4= X-Google-Smtp-Source: AA0mqf7X8PSwTps42juiWHRZ2Vk4juJod/qWFetl9y8vnZcbv/J/QSnq/zjswFApsDD1DxvpuHIKF9JpQttSYPFoB94= X-Received: by 2002:a05:6830:201a:b0:66c:49e4:82f8 with SMTP id e26-20020a056830201a00b0066c49e482f8mr44471067otp.371.1670365985706; Tue, 06 Dec 2022 14:33:05 -0800 (PST) MIME-Version: 1.0 References: <20221203041307.34407-1-hjl.tools@gmail.com> <88604f9d-1cc7-0c05-c92e-2561512dc96e@suse.com> <3977276e-762c-661e-6b0d-f757debb5ae0@suse.com> <1ae3e9f1-1207-50ea-7d25-ec7154f739bb@suse.com> In-Reply-To: <1ae3e9f1-1207-50ea-7d25-ec7154f739bb@suse.com> From: "H.J. Lu" Date: Tue, 6 Dec 2022 14:32:29 -0800 Message-ID: Subject: Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL To: Jan Beulich Cc: binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3017.4 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 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: On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich wrote: > > On 06.12.2022 17:11, H.J. Lu wrote: > > On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich wrote: > >> > >> On 06.12.2022 00:20, H.J. Lu wrote: > >>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich wrote: > >>>> > >>>> On 03.12.2022 05:13, H.J. Lu wrote: > >>>>> Since LAR and LSL only access 16 bits of the source operand, regardless > >>>>> of operand size, allow 16-bit register source for LAR and LSL, and always > >>>>> disassemble LAR and LSL with 16-bit source operand. > >>>>> > >>>>> gas/ > >>>>> > >>>>> PR gas/29844 > >>>>> * testsuite/gas/i386/i386.s: Add tests for LAR and LSL. > >>>>> * testsuite/gas/i386/x86_64.s: Likewise. > >>>>> * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax". > >>>>> * testsuite/gas/i386/i386-intel.d: Updated. > >>>>> * testsuite/gas/i386/i386.d: Likewise. > >>>>> * testsuite/gas/i386/intel-intel.d: Likewise. > >>>>> * testsuite/gas/i386/intel.d: Likewise. > >>>>> * testsuite/gas/i386/intelbad.l: Likewise. > >>>>> * testsuite/gas/i386/x86_64-intel.d: Likewise. > >>>>> * testsuite/gas/i386/x86_64.d: Likewise. > >>>>> > >>>>> opcodes/ > >>>>> > >>>>> PR gas/29844 > >>>>> * i386-dis.c (MOD_0F02): Removed. > >>>>> (MOD_0F03): Likewise. > >>>>> (dis386_twobyte): Restore larS and lslS. > >>>>> (mod_table): Remove MOD_0F02 and MOD_0F03. > >>>>> * i386-opc.tbl: Allow 16-bit register source for LAR and LSL. > >>>>> * i386-tbl.h: Regenerated. > >>>> > >>>> Please can you refrain from immediately committing patches which have > >>>> a risk of being controversial. > >>>> > >>>> In the case here, given there are uses of the 16-bit register operand > >>>> form in the Linux kernel, I can accept the assembler part of the change. > >>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for > >>>> 16-bit registers despite a wider destination is explicitly not in line > >>>> with the SDM. (Interestingly AMD's PM is different in this regard.) > >>>> > >>>> For the disassembler part you're completely undoing what I did, which is > >>>> wrong - again with reference to the SDM. If you want to accommodate for > >>>> AMD's PM, then you need to vary disassembly according to command line > >>>> options specified, with the default being in line with the SDM (I can > >>>> dig out a pretty old version of the doc, but I believe it has always > >>>> been that way, i.e. even before AMD introduced their clones). > >>>> > >>>> I will revert this change unless you come forward with an adjustment > >>>> within the next couple of days. > >>>> > >>> > >>> Given that the only lower 16 bits are used, the 16-bit register source > >>> is more appropriate. I will raise the issue with the Intel SDM author. > >> > >> I see no point in changing the documentation when what's there has been > >> valid for well over 30 years. There are other cases in newer insns where > >> only the low 16 (or 8) bits are used, yet still the 32-bit register name > >> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've > >> done brought things out of sync with mov-to-sreg (and no, please don't > >> "restore" consistency by also changing disassembly there). > > > > The 16-bit register has been used in both assembler and disassembler > > for well over 30 years. I consider this a flaw in the spec. > > And a flaw in disassembly of move-to-sreg (and maybe other insns)? > Is the spec then also wrong with {,v}pinsr{b,w}? Also note that > while the assembler wants to provide backwards compatibility, the > same is rarely necessary for the disassembler. Hence what it may > or may not have done for over 30 years doesn't really matter. > > Please can we avoid introducing further inconsistencies, and rather > work towards more consistency (and not by then also corrupting > move-to-sreg and possible other insns)? > I have a different view on "inconsistencies". For LAR/LSL, they are different: 1. All operands are integer registers. 2. The operand size prefix doesn't apply to the source. 3. Only the 16 bits of the source are used. 4. 16 bit source has been in use for more than 30 years. What counts are how the processor behaves and what has been used. The SDM isn't casted in stone. It is being updated constantly. H.J. -- H.J.