[PR #3033] [MERGED] s_flbit_i32_b64 #3162

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3033
Author: @mikusp
Created: 6/3/2025
Status: Merged
Merged: 6/5/2025
Merged by: @squidbus

Base: mainHead: s_flbit_i32_b64


📝 Commits (2)

📊 Changes

7 files changed (+40 additions, -3 deletions)

View changed files

📝 src/shader_recompiler/backend/spirv/emit_spirv_instructions.h (+1 -0)
📝 src/shader_recompiler/backend/spirv/emit_spirv_integer.cpp (+14 -0)
📝 src/shader_recompiler/frontend/translate/scalar_alu.cpp (+13 -0)
📝 src/shader_recompiler/frontend/translate/translate.h (+1 -0)
📝 src/shader_recompiler/ir/ir_emitter.cpp (+9 -2)
📝 src/shader_recompiler/ir/ir_emitter.h (+1 -1)
📝 src/shader_recompiler/ir/opcodes.inc (+1 -0)

📄 Description

No description provided


🔄 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/3033 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `s_flbit_i32_b64` --- ### 📝 Commits (2) - [`353f425`](https://github.com/shadps4-emu/shadPS4/commit/353f425942b496c261aca096f5ab39f5fea29505) s_flbit_i32_b64 - [`c539c0d`](https://github.com/shadps4-emu/shadPS4/commit/c539c0d7fc6cd0ba43206004f00287a3656b68b9) Split FindUMsb64 into two 32bit ops ### 📊 Changes **7 files changed** (+40 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/backend/spirv/emit_spirv_instructions.h` (+1 -0) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_integer.cpp` (+14 -0) 📝 `src/shader_recompiler/frontend/translate/scalar_alu.cpp` (+13 -0) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+1 -0) 📝 `src/shader_recompiler/ir/ir_emitter.cpp` (+9 -2) 📝 `src/shader_recompiler/ir/ir_emitter.h` (+1 -1) 📝 `src/shader_recompiler/ir/opcodes.inc` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:41 +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#3162
No description provided.