shader_recompiler: added SOPK MOVK (45)

This commit is contained in:
psucien 2024-06-16 20:26:24 +02:00
parent 52f3b74fdd
commit 1fc86a6c9d
3 changed files with 13 additions and 0 deletions

View file

@ -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);