[PR #1051] [MERGED] fix lane inst decoding #1904

Closed
opened 2026-02-27 21:14:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1051
Author: @baggins183
Created: 9/24/2024
Status: Merged
Merged: 9/24/2024
Merged by: @georgemoralis

Base: mainHead: lane-decode-fix


📝 Commits (1)

📊 Changes

2 files changed (+13 additions, -15 deletions)

View changed files

📝 src/shader_recompiler/frontend/decode.cpp (+13 -14)
📝 src/shader_recompiler/frontend/translate/data_share.cpp (+0 -1)

📄 Description

these instructions were using dst[1] for some reason, even though the data_share.cpp implementations read from dst[0].
also fix how some of the src operands are treated
fixes issues with rb4


🔄 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/shadps4-emu/shadPS4/pull/1051 **Author:** [@baggins183](https://github.com/baggins183) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `lane-decode-fix` --- ### 📝 Commits (1) - [`68e3fcd`](https://github.com/shadps4-emu/shadPS4/commit/68e3fcd385c999fe54cc383ba32f33704a4a6e49) fix lane inst decoding ### 📊 Changes **2 files changed** (+13 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/decode.cpp` (+13 -14) 📝 `src/shader_recompiler/frontend/translate/data_share.cpp` (+0 -1) </details> ### 📄 Description these instructions were using dst[1] for some reason, even though the data_share.cpp implementations read from dst[0]. also fix how some of the src operands are treated fixes issues with rb4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1904
No description provided.