shader_recompiler/frontend: Implement bitcmp instructions (#1550)

This commit is contained in:
Daniel R. 2024-11-19 21:38:32 +01:00 committed by GitHub
parent c45af9a2ca
commit 17c47bcd96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 52 additions and 0 deletions

View file

@ -114,6 +114,7 @@ public:
// SOPC
void S_CMP(ConditionOp cond, bool is_signed, const GcnInst& inst);
void S_BITCMP(bool compare_mode, u32 bits, const GcnInst& inst);
// SOPP
void S_BARRIER();