tcg/tci: Merge identical cases in generation (arithmetic opcodes)
commitc764f8cc2ca6cbdd16dd6dfdce0cff0ac25559fd
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 23:28:36 +0000 (19 00:28 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:45:21 +0000 (6 11:45 -0800)
tree3e545505c4b6c6548bbddca8f801468ed3440e62
parent0610067ec032eb7fab3c3f68ec3fea5adbf4ec40
tcg/tci: Merge identical cases in generation (arithmetic 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 1/5]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210218232840.1760806-2-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci/tcg-target.c.inc