OSDN Git Service

tcg/tci: Merge identical cases in generation (exchange opcodes)
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 23:28:37 +0000 (00:28 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:45:21 +0000 (11:45 -0800)
commit1e9ac76625535047ba5e5864d2f199dae502e623
treea723a072df8c82ab83869d5a25386553f33d4b15
parentc764f8cc2ca6cbdd16dd6dfdce0cff0ac25559fd
tcg/tci: Merge identical cases in generation (exchange opcodes)

Use CASE_32_64 and CASE_64 to reduce ifdefs and merge
cases that are identical between 32-bit and 64-bit hosts.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210217202036.1724901-5-richard.henderson@linaro.org>
[PMD: Split patch as 2/5]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210218232840.1760806-3-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci/tcg-target.c.inc