]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Expand fallback sub2 with 32-bit operations
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Jan 2025 04:21:09 +0000 (20:21 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:17 +0000 (13:40 -0700)
commit3db22914ced9bb3683bffa03729608be0c42f666
treecc8cc7dfbcf620b7c33f98679bafb25464f4a887
parent3ff7e44ef35924f76dbe36510c54c27e72af9121
tcg: Expand fallback sub2 with 32-bit operations

No need to expand to i64 to perform the subtract.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op.c