commit | 96658acafd9ade24d00526e46cc073ed8fcf2111 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Aug 05 15:51:30 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 24 11:22:42 2023 -0700 |
tree | 19db3bab1ed1d8adf31b1fc09627bba527aca418 | |
parent | 6950f68b62e4913513a40b574de0219b7ae15b9f [diff] |
tcg/i386: Clear dest first in tcg_out_setcond if possible Using XOR first is both smaller and more efficient, though cannot be applied if it clobbers an input. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>