mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
Implement V_MED3_U32 vector ALU Opcode (#1553)
This commit is contained in:
parent
da00235eaf
commit
96cd79f272
2 changed files with 11 additions and 0 deletions
|
@ -225,6 +225,7 @@ public:
|
|||
void V_MAX3_U32(bool is_signed, const GcnInst& inst);
|
||||
void V_MED3_F32(const GcnInst& inst);
|
||||
void V_MED3_I32(const GcnInst& inst);
|
||||
void V_MED3_U32(const GcnInst& inst);
|
||||
void V_SAD(const GcnInst& inst);
|
||||
void V_SAD_U32(const GcnInst& inst);
|
||||
void V_CVT_PK_U16_U32(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue