Add V_CVT_PK_U8_F32 opcode (#1022)

This commit is contained in:
korenkonder 2024-09-22 15:02:34 +03:00 committed by GitHub
parent 5db27109c9
commit 8811cc5cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

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