[PR #426] [MERGED] V_NOP | PfpSyncMe | S_CMPK_EQ_U32 #1552

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/426
Author: @DanielSvoboda
Created: 8/13/2024
Status: Merged
Merged: 8/25/2024
Merged by: @psucien

Base: mainHead: V_NOP-PfpSyncMe-S_CMPK_EQ_U32


📝 Commits (10+)

📊 Changes

6 files changed (+20 additions, -0 deletions)

View changed files

📝 src/shader_recompiler/frontend/translate/scalar_alu.cpp (+9 -0)
📝 src/shader_recompiler/frontend/translate/translate.h (+1 -0)
📝 src/shader_recompiler/frontend/translate/vector_alu.cpp (+2 -0)
📝 src/video_core/amdgpu/liverpool.cpp (+3 -0)
📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+2 -0)
📝 src/video_core/texture_cache/image_view.cpp (+3 -0)

📄 Description

[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode V_NOP (463, category = VectorALU)
V_NOP = Do nothing

[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode S_CMPK_EQ_U32 (54, category = ScalarALU)
SCC = (D.u == SIMM16)

[Debug] <Critical> liverpool.cpp:ProcessGraphics:446: Unreachable code! Unknown PM4 type 3 opcode 0x42 with count 1
0x42 = PfpSyncMe

[Render.Vulkan] <Error> image_view.cpp:ImageViewInfo:109: Storage image (num_comps = 4) requires swizzling [BGRA]
format 43 dst_sel 3886


🔄 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/426 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/25/2024 **Merged by:** [@psucien](https://github.com/psucien) **Base:** `main` ← **Head:** `V_NOP-PfpSyncMe-S_CMPK_EQ_U32` --- ### 📝 Commits (10+) - [`a9c1d1d`](https://github.com/shadps4-emu/shadPS4/commit/a9c1d1d59be5deb7c58f2d0d8f05fd2de6b6daf8) V_NOP - [`bbb9277`](https://github.com/shadps4-emu/shadPS4/commit/bbb9277bf81eb8f02d396d8ee73bee6dc5f0423d) PfpSyncMe - [`f4cfd03`](https://github.com/shadps4-emu/shadPS4/commit/f4cfd0344ee5115cba82885ae413a0b97965d55b) S_CMPK_EQ_U32 - [`f1c028d`](https://github.com/shadps4-emu/shadPS4/commit/f1c028dd482a95d83a3d4511c132450ce9463b73) S_CMPK_EQ_U32 - [`0828043`](https://github.com/shadps4-emu/shadPS4/commit/08280431f90f7174c5ca1d43cfbc2f27f6190ae5) OperandField::Undefined: - [`808bc7a`](https://github.com/shadps4-emu/shadPS4/commit/808bc7a542ac8defab8f9b537f68bbc1c5d77ce5) Update translate.cpp - [`5520457`](https://github.com/shadps4-emu/shadPS4/commit/55204573028f4f95a6251aafe0f05160f5dea89b) Update image_view.cpp - [`af975cd`](https://github.com/shadps4-emu/shadPS4/commit/af975cd646ed64eb2132e7e51922512898fbce98) Update liverpool_to_vk.cpp - [`2240bdf`](https://github.com/shadps4-emu/shadPS4/commit/2240bdf543bf32214c0ffed890f4ec75333e7c22) S_CMPK_EQ_U32 - [`dca8234`](https://github.com/shadps4-emu/shadPS4/commit/dca823424b1bb57899f5f358c16e5bae70608673) S_CMPK_EQ_U32 ### 📊 Changes **6 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/translate/scalar_alu.cpp` (+9 -0) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+1 -0) 📝 `src/shader_recompiler/frontend/translate/vector_alu.cpp` (+2 -0) 📝 `src/video_core/amdgpu/liverpool.cpp` (+3 -0) 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+2 -0) 📝 `src/video_core/texture_cache/image_view.cpp` (+3 -0) </details> ### 📄 Description `[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode V_NOP (463, category = VectorALU)` V_NOP = Do nothing `[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode S_CMPK_EQ_U32 (54, category = ScalarALU)` SCC = (D.u == SIMM16) ` [Debug] <Critical> liverpool.cpp:ProcessGraphics:446: Unreachable code! Unknown PM4 type 3 opcode 0x42 with count 1 ` 0x42 = PfpSyncMe `[Render.Vulkan] <Error> image_view.cpp:ImageViewInfo:109: Storage image (num_comps = 4) requires swizzling [BGRA]` format 43 dst_sel 3886 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:03 +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#1552
No description provided.