qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mikael Szreder <git@miszr.win>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	Artyom Tarasenko <atar4qemu@gmail.com>,
	Mikael Szreder <git@miszr.win>
Subject: [PATCH v2 0/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions
Date: Wed,  5 Feb 2025 10:03:31 +0100	[thread overview]
Message-ID: <20250205090333.19626-1-git@miszr.win> (raw)

This patchset resolves issues with incorrect register selection for the
F*TOx(destination registers) and FxTO*(source registers) instructions
in the Sparc architecture.

An updated testing program can be found in issue #2802[1].

[1]: https://gitlab.com/qemu-project/qemu/-/issues/2802

Changelog:
v2:
- Corrected a mistake I made in the FqTOx instruction
- Fixed issues in the FsTOx, FxTOs, FxTOd, FxTOq instructions as well

Mikael Szreder (2):
  target/sparc: Fix register selection for the fdtox and fqtox
    instructions
  target/sparc: Fix register selection for all F*TOx and FxTO*
    instructions

 target/sparc/insns.decode | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.48.1



             reply	other threads:[~2025-02-05  9:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-05  9:03 Mikael Szreder [this message]
2025-02-05  9:03 ` [PATCH v2 1/2] target/sparc: Fix register selection for the fdtox and fqtox instructions Mikael Szreder
2025-02-05  9:03 ` [PATCH v2 2/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions Mikael Szreder
2025-02-09 21:23   ` Artyom Tarasenko
2025-02-15 19:55 ` [PATCH v2 0/2] " Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250205090333.19626-1-git@miszr.win \
    --to=git@miszr.win \
    --cc=atar4qemu@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).