On 12/7/20 6:37 PM, Philippe Mathieu-Daudé wrote: > Now that we can decode the MSA ASE opcodes with decode_msa32(), > use it and remove the unreachable code. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/fpu_translate.h | 10 ---------- > target/mips/translate.h | 2 -- > target/mips/mod-msa_translate.c | 29 +---------------------------- > target/mips/translate.c | 31 ++++++++++--------------------- > 4 files changed, 11 insertions(+), 61 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~