shader_recompiler: added V_MAX VOP2 (431, 433)

This commit is contained in:
psucien 2024-06-16 21:34:23 +02:00
parent be67fdc9c9
commit d054c3e0ad
3 changed files with 13 additions and 0 deletions

View file

@ -80,6 +80,7 @@ public:
void V_FMA_F32(const GcnInst& inst);
void V_CMP_F32(ConditionOp op, bool set_exec, const GcnInst& inst);
void V_MAX_F32(const GcnInst& inst);
void V_MAX_U32(bool is_signed, const GcnInst& inst);
void V_RSQ_F32(const GcnInst& inst);
void V_SIN_F32(const GcnInst& inst);
void V_LOG_F32(const GcnInst& inst);