The ARMv8.1 architecture introduces two instructions, "vqrdmlah" and "vqrdmlsh", and their variants to the ARM Advanced SIMD instruction set. This patch adds support for these instructions to binutils. A following patch will add support to gas. Tested for arm-none-linux-gnueabihf with check-binutils and check-gas. Ok for trunk? Matthew include/opcode/ 2015-05-21 Matthew Wahab * arm.h (FPU_NEON_EXT_RDMA): New. (FPU_ARCH_NEON_VFP_ARMV8_1): New. opcodes/ 2015-05-21 Matthew Wahab * arm-dis.c (neon_opcodes): Add "vqrdmlah" and "vqrdmlsh".