qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/4] x86 TCG patches for 2022-10-22
@ 2022-10-22 11:56 Paolo Bonzini
  2022-10-22 11:56 ` [PULL 1/4] target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1] Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Bonzini @ 2022-10-22 11:56 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-25 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 11:56 [PULL 0/4] x86 TCG patches for 2022-10-22 Paolo Bonzini
2022-10-22 11:56 ` [PULL 1/4] target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1] Paolo Bonzini
2022-10-22 11:56 ` [PULL 2/4] target/i386: introduce function to set rounding mode from FPCW or MXCSR bits Paolo Bonzini
2022-10-22 11:56 ` [PULL 3/4] target/i386: implement F16C instructions Paolo Bonzini
2022-10-22 11:56 ` [PULL 4/4] target/i386: implement FMA instructions Paolo Bonzini
2022-10-24 21:07 ` [PULL 0/4] x86 TCG patches for 2022-10-22 Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).