mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 12:25:00 +00:00
Add V_CVT_PK_U8_F32 opcode (#1022)
This commit is contained in:
parent
5db27109c9
commit
8811cc5cc6
2 changed files with 13 additions and 0 deletions
|
@ -216,6 +216,7 @@ public:
|
|||
void V_MED3_I32(const GcnInst& inst);
|
||||
void V_SAD(const GcnInst& inst);
|
||||
void V_SAD_U32(const GcnInst& inst);
|
||||
void V_CVT_PK_U8_F32(const GcnInst& inst);
|
||||
void V_LSHL_B64(const GcnInst& inst);
|
||||
void V_MUL_F64(const GcnInst& inst);
|
||||
void V_MAX_F64(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue