mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
recompiler: trivial missing ops (VALU OR and SALU LE, GE) added
This commit is contained in:
parent
7fcb758da2
commit
cb2cf7d93c
3 changed files with 17 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
void V_CVT_PKRTZ_F16_F32(const GcnInst& inst);
|
||||
void V_MUL_F32(const GcnInst& inst);
|
||||
void V_CNDMASK_B32(const GcnInst& inst);
|
||||
void V_OR_B32(const GcnInst& inst);
|
||||
void V_AND_B32(const GcnInst& inst);
|
||||
void V_LSHLREV_B32(const GcnInst& inst);
|
||||
void V_ADD_I32(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue