Peter Maydell <peter.mayd...@linaro.org> writes: > Can you attach a statically linked test case binary, please?
I can reproduce with the source file. It looks like: @@ -7553,12 +7555,9 @@ static void disas_simd_scalar_two_reg_misc(DisasContext *s, uint32_t insn) } break; case 0x12: /* SQXTUN */ - if (u) { - unallocated_encoding(s); - return; - } /* fall through */ Fixes it. Let me check why this slipped through the risu tests and re-validate. I'll submit a patch once I've double checked. -- Alex Bennée