accel/tcg: Remove cpu_neg()
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Sep 2023 22:46:45 +0000 (15:46 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Oct 2023 15:01:02 +0000 (08:01 -0700)
commita953b5fa153fc384d2631cda8213efe983501609
tree7b60eacc84791bed8d12f0196cb1e19e768c3157
parent464dacf6090d859a919596ba7452498c7446ced1
accel/tcg: Remove cpu_neg()

Now that CPUNegativeOffsetState is part of CPUState,
we can reference it directly.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tcg-accel-ops-icount.c
accel/tcg/tcg-accel-ops.c
accel/tcg/translate-all.c
include/exec/cpu-all.h
include/exec/exec-all.h
softmmu/icount.c