[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/i386: Fix carry flag for BLSI
From: |
Richard Henderson |
Subject: |
[PATCH 0/2] target/i386: Fix carry flag for BLSI |
Date: |
Thu, 1 Aug 2024 17:58:43 +1000 |
Fix #2175.
r~
Richard Henderson (2):
target/i386: Split out gen_prepare_val_nz
target/i386: Fix carry flag for BLSI
target/i386/cpu.h | 5 +++++
target/i386/tcg/cc_helper.c | 18 ++++++++++++++++
target/i386/tcg/translate.c | 27 +++++++++++++++++-------
tests/tcg/x86_64/test-2175.c | 24 +++++++++++++++++++++
target/i386/tcg/cc_helper_template.h.inc | 18 ++++++++++++++++
target/i386/tcg/emit.c.inc | 2 +-
tests/tcg/x86_64/Makefile.target | 1 +
7 files changed, 86 insertions(+), 9 deletions(-)
create mode 100644 tests/tcg/x86_64/test-2175.c
--
2.43.0
- [PATCH 0/2] target/i386: Fix carry flag for BLSI,
Richard Henderson <=