mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
Fix some compiler problems with ds3 (#1793)
- Implement S_CMOVK_I32 - Handle Isoline abstract patch type
This commit is contained in:
parent
d2ac92481b
commit
9aa1c13c7e
3 changed files with 19 additions and 13 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
void S_NOT_B32(const GcnInst& inst);
|
||||
|
||||
// SOPK
|
||||
void S_MOVK(const GcnInst& inst);
|
||||
void S_MOVK(const GcnInst& inst, bool is_conditional);
|
||||
void S_CMPK(ConditionOp cond, bool is_signed, const GcnInst& inst);
|
||||
void S_ADDK_I32(const GcnInst& inst);
|
||||
void S_MULK_I32(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue