[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] x86 TCG patches for 2022-10-22
From: |
Paolo Bonzini |
Subject: |
[PULL 0/4] x86 TCG patches for 2022-10-22 |
Date: |
Sat, 22 Oct 2022 13:56:04 +0200 |
The following changes since commit 214a8da23651f2472b296b3293e619fd58d9e212:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
(2022-10-18 11:14:31 -0400)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 2872b0f390c3fbd8f19f6b82da3dca15fa820118:
target/i386: implement FMA instructions (2022-10-22 09:05:54 +0200)
----------------------------------------------------------------
* target/i386: new decoder bugfix
* target/i386: complete x86-v3 support for TCG
----------------------------------------------------------------
Paolo Bonzini (4):
target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]
target/i386: introduce function to set rounding mode from FPCW or MXCSR
bits
target/i386: implement F16C instructions
target/i386: implement FMA instructions
target/i386/cpu.c | 8 +--
target/i386/cpu.h | 3 +
target/i386/ops_sse.h | 116 ++++++++++++++++++++-------------------
target/i386/ops_sse_header.h | 17 ++++++
target/i386/tcg/decode-new.c.inc | 48 ++++++++++++++++
target/i386/tcg/decode-new.h | 3 +
target/i386/tcg/emit.c.inc | 68 ++++++++++++++++++++++-
target/i386/tcg/fpu_helper.c | 60 +++++++-------------
target/i386/tcg/translate.c | 1 +
tests/tcg/i386/test-avx.c | 17 ++++++
tests/tcg/i386/test-avx.py | 8 ++-
11 files changed, 247 insertions(+), 102 deletions(-)
--
2.37.3
- [PULL 0/4] x86 TCG patches for 2022-10-22,
Paolo Bonzini <=
- [PULL 1/4] target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1], Paolo Bonzini, 2022/10/22
- [PULL 4/4] target/i386: implement FMA instructions, Paolo Bonzini, 2022/10/22
- [PULL 3/4] target/i386: implement F16C instructions, Paolo Bonzini, 2022/10/22
- [PULL 2/4] target/i386: introduce function to set rounding mode from FPCW or MXCSR bits, Paolo Bonzini, 2022/10/22
- Re: [PULL 0/4] x86 TCG patches for 2022-10-22, Stefan Hajnoczi, 2022/10/25