Add RCP & FMA

This commit is contained in:
Raven 2024-09-17 01:13:10 +08:00 committed by GitHub
parent c2fbc532f2
commit 06b8614678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,9 @@ public:
void V_FLOOR_F32(const GcnInst& inst); void V_FLOOR_F32(const GcnInst& inst);
void V_SUB_F32(const GcnInst& inst); void V_SUB_F32(const GcnInst& inst);
void V_RCP_F32(const GcnInst& inst); void V_RCP_F32(const GcnInst& inst);
void V_RCP_F64(const GcnInst& inst);
void V_FMA_F32(const GcnInst& inst); void V_FMA_F32(const GcnInst& inst);
void V_FMA_F64(const GcnInst& inst);
void V_CMP_F32(ConditionOp op, bool set_exec, 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_MAX_F32(const GcnInst& inst, bool is_legacy = false);
void V_ADD_F64(const GcnInst& inst); void V_ADD_F64(const GcnInst& inst);