On 12/06/2015 15:02, Yongbok Kim wrote: > + case R6_LWXS: > + check_insn(ctx, ISA_MIPS32R6); > + gen_ldxs(ctx, rs, rt, rd); > + break;
According to the manual LWXS is removed, not recoded. Otherwise, Reviewed-by: Leon Alrae <[email protected]>
On 12/06/2015 15:02, Yongbok Kim wrote: > + case R6_LWXS: > + check_insn(ctx, ISA_MIPS32R6); > + gen_ldxs(ctx, rs, rt, rd); > + break;
According to the manual LWXS is removed, not recoded. Otherwise, Reviewed-by: Leon Alrae <[email protected]>