Add V_ADD_F64, V_MUL_F64 & V_MIN_F64

This commit is contained in:
Raven 2024-09-17 00:56:19 +08:00 committed by GitHub
parent ecb5a5fdec
commit e42be3b57c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,6 +141,9 @@ public:
void V_FMA_F32(const GcnInst& inst);
void V_CMP_F32(ConditionOp op, bool set_exec, const GcnInst& inst);
void V_MAX_F32(const GcnInst& inst, bool is_legacy = false);
void V_ADD_F64(const GcnInst& inst);
void V_MUL_F64(const GcnInst& inst);
void V_MIN_F64(const GcnInst& inst);
void V_MAX_F64(const GcnInst& inst);
void V_MAX_U32(bool is_signed, const GcnInst& inst);
void V_RSQ_F32(const GcnInst& inst);