Update translate.h

Added definition of V_CVT_PK_U16_U32
This commit is contained in:
AnthonyH26 2025-01-04 12:49:38 +00:00 committed by GitHub
parent f2f24bb2cd
commit 0de2f642b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,7 @@ public:
void V_SAD(const GcnInst& inst);
void V_SAD_U32(const GcnInst& inst);
void V_CVT_PK_U16_U32(const GcnInst& inst);
void V_CVT_PK_I16_I32(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);