mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 04:34:43 +01:00
ir: Implement FPMulSub
This commit is contained in:
parent
a32e6f52ef
commit
0785a6d027
11 changed files with 104 additions and 14 deletions
|
|
@ -103,6 +103,7 @@ bool ShouldTestInst(IR::Block& block) {
|
|||
// Half-precision
|
||||
case IR::Opcode::FPAbs16:
|
||||
case IR::Opcode::FPMulAdd16:
|
||||
case IR::Opcode::FPMulSub16:
|
||||
case IR::Opcode::FPNeg16:
|
||||
case IR::Opcode::FPRecipEstimate16:
|
||||
case IR::Opcode::FPRecipExponent16:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue