mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
shader_recompiler/frontend: Implement bitcmp
instructions (#1550)
This commit is contained in:
parent
c45af9a2ca
commit
17c47bcd96
4 changed files with 52 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue