target/i386: Rename tcg_cpu_FOO() to include 'x86'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 10 Jan 2024 08:30:48 +0000 (09:30 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commite129593f6fc98d4fa14d0241061b5f556c9a4347
tree286b7c758e3508c1a8aefac6a6fb11cf44b0f4d2
parent83f1ab12b13dfd284084ce8daa6c548caad6ef67
target/i386: Rename tcg_cpu_FOO() to include 'x86'

The tcg_cpu_FOO() names are x86 specific, so rename
them as x86_tcg_cpu_FOO() (as other names in this file)
to ease navigating the code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Message-ID: <20240111120221.35072-5-philmd@linaro.org>
target/i386/tcg/tcg-cpu.c