From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24586 invoked by alias); 25 Mar 2014 15:43:00 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 24573 invoked by uid 89); 25 Mar 2014 15:42:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 25 Mar 2014 15:42:57 +0000 Received: by mail-vc0-f175.google.com with SMTP id lh14so766825vcb.20 for ; Tue, 25 Mar 2014 08:42:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.221.61.210 with SMTP id wx18mr1804729vcb.27.1395762175472; Tue, 25 Mar 2014 08:42:55 -0700 (PDT) Received: by 10.52.78.194 with HTTP; Tue, 25 Mar 2014 08:42:55 -0700 (PDT) In-Reply-To: <53301873.1070205@arm.com> References: <53301873.1070205@arm.com> Date: Tue, 25 Mar 2014 15:43:00 -0000 Message-ID: Subject: Re: [PATCH, AArch64] Complete undefined encodings check on st* From: Marcus Shawcroft To: Jiong Wang Cc: Binutils Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00258.txt.bz2 On 24 March 2014 11:35, Jiong Wang wrote: > AArch64 disassembler failed to detect those undefined encodings on > st1/st2/st3/st4. > > This patch completed these checks. > > OK for trunk and 2.24 branch? > > Thanks. > > -- > Jiong > > > opcodes/ > > * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined > instructions. > > binutils/testsuite/ > > * binutils-all/aarch64/aarch64.exp: New test driver for AArch64. > * binutils-all/aarch64/unallocated-encoding.s: New testcase. > * binutils-all/aarch64/unallocated-encoding.d: Ditto. OK /Marcus