target/mips: Remove XBurst Media eXtension Unit dead code
commit2090713f650b4832b9661cdcdf193f3602d0e0c0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 17 Feb 2021 18:44:50 +0000 (17 19:44 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:42:47 +0000 (13 23:42 +0100)
treee3ee5bb6cb173e8284467587c455c11b9a0f70c6
parent4f57f43cb8c2402d5ca552eafac438ea14d584df
target/mips: Remove XBurst Media eXtension Unit dead code

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 1300 lines of unnecessary code and /* TODO */ comments.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210226093111.3865906-5-f4bug@amsat.org>
target/mips/translate.c