target/mips: Remove helpers accessing SAARI register
commitee58fddcbbb2374b62065cd97888e4478aa02a95
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 9 Feb 2024 08:11:10 +0000 (9 09:11 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000 (15 15:53 +0100)
treedde2b46457beb77ae26b600991bdb1ef9520bfbe
parent5235993f98f2842253b59d3ce786290b4644ca51
target/mips: Remove helpers accessing SAARI register

DisasContext::saar boolean is never set, so this code
is not reachable. Remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240209090513.9401-9-philmd@linaro.org>
target/mips/tcg/sysemu/cp0_helper.c
target/mips/tcg/sysemu_helper.h.inc
target/mips/tcg/translate.c