target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d
commitd9eea52c67c04c58ecceba6ffe5a93d1d02051fa
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 16:39:17 +0000 (13 17:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Jun 2019 14:14:19 +0000 (17 15:14 +0100)
treec4fd794bd349367ceee33ac1d9582c8e70404d5a
parentb66f6b9981004bbf120b8d17c20f92785179bdf2
target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d

Remove the now unused TCG globals cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d.

cpu_M0 is still used by the iwmmxt code, and cpu_V0 and
cpu_V1 are used by both iwmmxt and Neon.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190613163917.28589-13-peter.maydell@linaro.org
target/arm/translate.c