mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
frontend/ir_emitter: Add half-precision variant of FPNeg
This commit is contained in:
parent
f01afc5ae6
commit
c97efcb978
4 changed files with 24 additions and 6 deletions
|
|
@ -303,7 +303,7 @@ public:
|
|||
U32U64 FPMul(const U32U64& a, const U32U64& b, bool fpcr_controlled);
|
||||
U32U64 FPMulAdd(const U32U64& addend, const U32U64& op1, const U32U64& op2, bool fpcr_controlled);
|
||||
U32U64 FPMulX(const U32U64& a, const U32U64& b);
|
||||
U32U64 FPNeg(const U32U64& a);
|
||||
U16U32U64 FPNeg(const U16U32U64& a);
|
||||
U32U64 FPRecipEstimate(const U32U64& a);
|
||||
U16U32U64 FPRecipExponent(const U16U32U64& a);
|
||||
U32U64 FPRecipStepFused(const U32U64& a, const U32U64& b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue