On 07/19/2018 05:54 AM, Stefan Markovic wrote: > +static void gen_pool32f_nanomips_insn(DisasContext *ctx) > +{ > + int rt, rs, rd; > + > + rt = (ctx->opcode >> 21) & 0x1f; > + rs = (ctx->opcode >> 16) & 0x1f; > + rd = (ctx->opcode >> 11) & 0x1f;
extract32? Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~