[PATCH v2 0/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions

Mikael Szreder posted 2 patches 1 year ago
Failed in applying to current master (apply log)
target/sparc/insns.decode | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[PATCH v2 0/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions
Posted by Mikael Szreder 1 year ago
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

Re: [PATCH v2 0/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions
Posted by Richard Henderson 11 months, 3 weeks ago
On 2/5/25 01:03, Mikael Szreder wrote:
> Changelog:
> v2:
> - Corrected a mistake I made in the FqTOx instruction
> - Fixed issues in the FsTOx, FxTOs, FxTOd, FxTOq instructions as well

Queued, squashing the two patches together.


r~