From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 09A2D385841A for ; Thu, 2 Dec 2021 12:57:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 09A2D385841A Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-447-a8OWbudQNXKDlE5QTOYCXg-1; Thu, 02 Dec 2021 07:57:42 -0500 X-MC-Unique: a8OWbudQNXKDlE5QTOYCXg-1 Received: by mail-wm1-f69.google.com with SMTP id y141-20020a1c7d93000000b0033c2ae3583fso13948796wmc.5 for ; Thu, 02 Dec 2021 04:57:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=cB39kzHwxbFRNq06g+KbeBOQbJwbFjsQXysksNuWFBc=; b=BmV9tnOctZU0QFUHNinoVpVN0283/hBfDyx7UqcTmFSBD2klU331OvcyNAxTiUgKl6 /NdZO/yj8jCh1OQc7u+apxeZ4FBNhK9/MpOoBOu6ubXLctLELudpP3yB9NrJeBINByCj Vep/hoIf5liyYqe4nG2xoz12LvSpd1sNMN8Ep569gq5clr3yAfSrPQq7elfldNUVAzOd RPlRj52H9sO6O4nQXOPtg5eJQgPpbAwmJeAJxo6yoRQXJ6Whv1gKRWOtXn5DAcQ97FIO VzwKkjmveq1pdyx6YKFBmT5P3VVjDeGq5gvZXt6rdYxIpyQbSDUcnQWIqTgLyYUBlLLq o/rw== X-Gm-Message-State: AOAM5301BDnn8gHculaMHbPS1fZAudy9vkgXF6tBWwMUu7f3lpZVEgP/ pkGHKJkEDuR6Z5selc3IcvZvzUlXXgKIzKQOJiOlXlVCXHaoFVEQDWXh5hrl/cfscSZnaPL/2aK ZoAv0rU1LFclwXEbH4i5y6INdZpJRpcIcVVsJktRd0ZEq+KYnzmsWSvjLsJN7Q61GkA== X-Received: by 2002:a5d:5251:: with SMTP id k17mr14270122wrc.482.1638449861457; Thu, 02 Dec 2021 04:57:41 -0800 (PST) X-Google-Smtp-Source: ABdhPJw0uGoQcgkqB0x4RBGhDIuQbVa4bryP9mL/tiNtN2WNaH5dCnhpj6qJLK1UH2S4I6KDvm/IDQ== X-Received: by 2002:a5d:5251:: with SMTP id k17mr14270097wrc.482.1638449861189; Thu, 02 Dec 2021 04:57:41 -0800 (PST) Received: from [192.168.1.6] ([80.168.196.171]) by smtp.gmail.com with ESMTPSA id j8sm2459189wrh.16.2021.12.02.04.57.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Dec 2021 04:57:40 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2021 12:57:40 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH 09/10] aarch64: Add BC instruction To: binutils@sourceware.org, rearnsha@arm.com, richard.sandiford@arm.com References: From: Nick Clifton In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2021 12:57:45 -0000 Hi Richard, > include/ > * opcode/aarch64.h (AARCH64_FEATURE_HBC): New macro. > (AARCH64_ARCH_V8_8): Make armv8.8-a imply AARCH64_FEATURE_HBC. > > opcodes/ > * aarch64-tbl.h (aarch64_feature_hbc): New variable. > (HBC, HBC_INSN): New macros. > (aarch64_opcode_table): Add BC.C. > * aarch64-dis-2.c: Regenerate. > > gas/ > * doc/c-aarch64.texi: Document +hbc. > * config/tc-aarch64.c (aarch64_features): Add "hbc". > * testsuite/gas/aarch64/hbc.s, testsuite/gas/aarch64/hbc.d: New test. > * testsuite/gas/aarch64/hbc-invalid.s, > testsuite/gas/aarch64/hbc-invalid.l, > testsuite/gas/aarch64/hbc-invalid.d: New test. Approved - please apply. Cheers Nick