[PR #204] [CLOSED] target/ppc: implement plxsd/pstxsd #243

Open
opened 2026-01-31 21:30:25 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/204
Author: @luporl
Created: 1/17/2022
Status: Closed

Base: masterHead: luporl-plxsd


📝 Commits (1)

  • 63ba85f target/ppc: implement plxsd/pstxsd

📊 Changes

4 files changed (+71 additions, -14 deletions)

View changed files

📝 target/ppc/insn32.decode (+2 -0)
📝 target/ppc/insn64.decode (+10 -0)
📝 target/ppc/translate.c (+2 -12)
📝 target/ppc/translate/vsx-impl.c.inc (+57 -2)

📄 Description

Implement instructions plxsd/pstxsd and port lxsd/stxsd to decode
tree.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/204 **Author:** [@luporl](https://github.com/luporl) **Created:** 1/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `luporl-plxsd` --- ### 📝 Commits (1) - [`63ba85f`](https://github.com/qemu/qemu/commit/63ba85f2e456bd813a9a64ec082d54d50a31d901) target/ppc: implement plxsd/pstxsd ### 📊 Changes **4 files changed** (+71 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `target/ppc/insn32.decode` (+2 -0) 📝 `target/ppc/insn64.decode` (+10 -0) 📝 `target/ppc/translate.c` (+2 -12) 📝 `target/ppc/translate/vsx-impl.c.inc` (+57 -2) </details> ### 📄 Description Implement instructions plxsd/pstxsd and port lxsd/stxsd to decode tree. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#243