On 1/12/24 16:05, Richard Henderson wrote:
Remove disas_data_proc_2src, as this was the last insn decoded by that function.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/tcg/translate-a64.c | 65 ++++++---------------------------- target/arm/tcg/a64.decode | 2 ++ 2 files changed, 13 insertions(+), 54 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>