This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 9132c8152b8 RISC-V: Support Zcmp push/pop instructions. new f9d6cf2e9f8 arm: Refactor condition for print_mve_shift_n new b3a561abc30 arm: Fix encoding of MVE vqshr[u]n new cd714ac07cb arm: Fix disassembly of MVE vq[r]shr[u]n
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/config/tc-arm.c | 8 +- gas/testsuite/gas/arm/mve-vqrshrn.d | 3616 +++++++++++++++++------------------ gas/testsuite/gas/arm/mve-vqshrn.d | 27 + gas/testsuite/gas/arm/mve-vqshrn.s | 40 + opcodes/arm-dis.c | 39 +- 5 files changed, 1908 insertions(+), 1822 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vqshrn.d create mode 100644 gas/testsuite/gas/arm/mve-vqshrn.s