shader_recompiler: Implement S_ABS_I32 (#1713)

This commit is contained in:
squidbus 2024-12-09 03:12:33 -08:00 committed by GitHub
parent f347d3df18
commit 0b59ebb22f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -113,6 +113,7 @@ public:
void S_FF1_I32_B32(const GcnInst& inst);
void S_GETPC_B64(u32 pc, const GcnInst& inst);
void S_SAVEEXEC_B64(NegateMode negate, bool is_or, const GcnInst& inst);
void S_ABS_I32(const GcnInst& inst);
// SOPC
void S_CMP(ConditionOp cond, bool is_signed, const GcnInst& inst);