From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65948 invoked by alias); 16 May 2019 16:06:51 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 65940 invoked by uid 89); 16 May 2019 16:06:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 May 2019 16:06:50 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24] From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <04d54ace12e77deb8b1d26541de0f2cbc11880f5@gdb-build> Date: Thu, 16 May 2019 16:06:00 -0000 X-SW-Source: 2019-q2/txt/msg03508.txt.bz2 *** TEST RESULTS FOR COMMIT 04d54ace12e77deb8b1d26541de0f2cbc11880f5 *** Author: Andre Vieira Branch: master Commit: 04d54ace12e77deb8b1d26541de0f2cbc11880f5 [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24] opcodes/ChangeLog: 2019-05-16 Andre Vieira Michael Collison * arm-dis.c (enum mve_instructions): Add new instructions. (enum mve_unpredictable): Add new reasons. (is_mve_encoding_conflict): Handle new instructions. (is_mve_unpredictable): Likewise. (mve_opcodes): Add new instructions. (print_mve_unpredictable): Handle new reasons. (print_mve_register_blocks): New print function. (print_mve_size): Handle new instructions. (print_insn_mve): Likewise.