mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Add RCP & FMA
This commit is contained in:
parent
c2fbc532f2
commit
06b8614678
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user