mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
Implement some RDNA flags (#2510)
This commit is contained in:
parent
0a23072938
commit
fd3bfdae80
2 changed files with 37 additions and 8 deletions
|
@ -81,6 +81,7 @@ public:
|
|||
void S_ADD_U32(const GcnInst& inst);
|
||||
void S_SUB_U32(const GcnInst& inst);
|
||||
void S_ADD_I32(const GcnInst& inst);
|
||||
void S_SUB_I32(const GcnInst& inst);
|
||||
void S_ADDC_U32(const GcnInst& inst);
|
||||
void S_MIN_U32(bool is_signed, const GcnInst& inst);
|
||||
void S_MAX_U32(bool is_signed, const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue