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