mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 18:04:56 +00:00
shader_recompiler: added SOPK MOVK (45)
This commit is contained in:
parent
52f3b74fdd
commit
1fc86a6c9d
3 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
void EmitFetch(const GcnInst& inst);
|
||||
|
||||
// Scalar ALU
|
||||
void S_MOVK(const GcnInst& inst);
|
||||
void S_MOV(const GcnInst& inst);
|
||||
void S_MUL_I32(const GcnInst& inst);
|
||||
void S_CMP(ConditionOp cond, bool is_signed, const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue