Implement V_MED3_U32 vector ALU Opcode (#1553)

This commit is contained in:
Ruah Devlin 2024-11-20 16:23:59 +00:00 committed by GitHub
parent da00235eaf
commit 96cd79f272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -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);