This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint
Hi Andre,
> This patch adds support for MVE instructions VCVT and VRINT.
Whilst compiling the code from this patch I received the following error message:
opcodes/arm-dis.c: In function 'is_mve_undefined':
opcodes/arm-dis.c:5794:24: error: bitwise comparison always evaluates to false
&& ((imm6 & 0x30) == 2))
^~
My guess is that you meant to compare against 0x20, but it would be best
if you fixed this yourself...
Cheers
Nick