From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id AD32C3858D3C; Thu, 15 Jun 2023 08:52:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD32C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686819168; bh=TjfBB5O6pcSvEJSQ/2anR6dI3a8IJxaWCxf/nlLiswE=; h=From:To:Subject:Date:From; b=qPYAnhC5dOT537xK+uP0Gi89ALuuedHzbWevgMjgkBdL79eJ2+sY6oCASyal2ZESF CK++D4bPbwdF44VGAegP8v+mZ+MZVg0z9MsmpI4o7Q6s8wLyxChnjmrV18klLG/PbK 1/QJwDJYMeMf/DHYDukV4XBnmTJU/FTSZHWWF978= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jan Beulich To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-1867] x86: add Bk and Br to comment list B's sub-chars X-Act-Checkin: gcc X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 5430c86e71927492399129f3df80824c6c334ddf X-Git-Newrev: a5e06412e783ad42a39f0b66797654b3f8f2056f Message-Id: <20230615085248.AD32C3858D3C@sourceware.org> Date: Thu, 15 Jun 2023 08:52:48 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a5e06412e783ad42a39f0b66797654b3f8f2056f commit r14-1867-ga5e06412e783ad42a39f0b66797654b3f8f2056f Author: Jan Beulich Date: Thu Jun 15 10:51:48 2023 +0200 x86: add Bk and Br to comment list B's sub-chars gcc/ * config/i386/constraints.md: Mention k and r for B. Diff: --- gcc/config/i386/constraints.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index aeda1078471..fd490f39110 100644 --- a/gcc/config/i386/constraints.md +++ b/gcc/config/i386/constraints.md @@ -162,7 +162,9 @@ ;; g GOT memory operand. ;; m Vector memory operand ;; c Constant memory operand +;; k TLS address that allows insn using non-integer registers ;; n Memory operand without REX prefix +;; r Broadcast memory operand ;; s Sibcall memory operand, not valid for TARGET_X32 ;; w Call memory operand, not valid for TARGET_X32 ;; z Constant call address operand.