]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Move 64-bit expanders out of line
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Oct 2023 21:08:42 +0000 (14:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commite0de2f558067400e32fc1082468c0664314f3b34
treeff42da2f99ff42966301379bea46ab441d5ac3ce
parent09607d35f5a9a6aa1c57302c1e27066ad2309e63
tcg: Move 64-bit expanders out of line

This one is more complicated, combining 32-bit and 64-bit
expansion with C if instead of preprocessor #if.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231029210848.78234-6-richard.henderson@linaro.org>
include/tcg/tcg-op-common.h
tcg/tcg-op.c