On 2/17/21 10:58 AM, Philippe Mathieu-Daudé wrote: > All these unimplemented MXU opcodes end up calling > gen_reserved_instruction() which is the default switch > case in decode_opc_mxu(). > > The translate.c file is already big enough and hard to maintain, > remove 1k+ lines of unnecessary code and /* TODO */ comments. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > Maybe better to review using 'git-diff --function-context' > --- > target/mips/translate.c | 1055 --------------------------------------- > 1 file changed, 1055 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~