commit | 83a3a20e59fa4b1add714bb4062af0d144b67ab7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 01 17:57:45 2024 +1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Aug 21 09:11:26 2024 +1000 |
tree | 31258210a65e5e5b559d537d09c1d2a30814a26d | |
parent | 266d6dddbd85286e64004499f6f8f6fad15e5521 [diff] |
target/i386: Fix carry flag for BLSI BLSI has inverted semantics for C as compared to the other two BMI1 instructions, BLSMSK and BLSR. Introduce CC_OP_BLSI* for this purpose. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2175 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240801075845.573075-3-richard.henderson@linaro.org>