Hi Nick, Good catch thanks! Here is a reworked patch. Cheers, Andre On 02/05/2019 10:54, Nick Clifton wrote: > 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 >