target/mips: Remove 'C790 Multimedia Instructions' dead code
commite71d0f56cedfeebe8adbf5a4fa4e84b2e2de3fdf
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Feb 2021 11:08:28 +0000 (13 12:08 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:43:27 +0000 (13 23:43 +0100)
tree81a62c3701bb429e00e14d760026e1d61535bce9
parent94c882f7d159c6f412b1778cd71d58d9e39b8ef9
target/mips: Remove 'C790 Multimedia Instructions' dead code

We have almost 400 lines of code full of /* TODO */ comments
which end calling gen_reserved_instruction().

As we are not going to implement them, and all the caller's
switch() default cases already call gen_reserved_instruction(),
we can remove this altogether.

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