mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2856] [MERGED] Implement MUBUF instructions for shorts/bytes #3034
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3034
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2856
Author: @baggins183
Created: 4/27/2025
Status: ✅ Merged
Merged: 7/18/2025
Merged by: @georgemoralis
Base:
main← Head:subword_load_store📝 Commits (7)
d7a4555implement loads/store instructions for types smaller than dwordsefc6262initialize s16/s8 types97f7043set profile for int8/16/645b6f9f7also need to zero extend u8/u16 to u32 resulte51d31bdocument unrelated bugs with atomic fmin/maxa608b96remove profile checks and simple emit for added opcodes3b674feMerge branch 'main' into subword_load_store📊 Changes
11 files changed (+120 additions, -58 deletions)
View changed files
📝
src/shader_recompiler/backend/spirv/emit_spirv_atomic.cpp(+2 -0)📝
src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp(+18 -50)📝
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h(+2 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+2 -0)📝
src/shader_recompiler/frontend/translate/translate.h(+4 -3)📝
src/shader_recompiler/frontend/translate/vector_memory.cpp(+53 -5)📝
src/shader_recompiler/ir/ir_emitter.cpp(+18 -0)📝
src/shader_recompiler/ir/ir_emitter.h(+1 -0)📝
src/shader_recompiler/ir/opcodes.inc(+2 -0)📝
src/video_core/renderer_vulkan/vk_instance.h(+15 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.