mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 05:34:42 +01:00
frontend/ir_emitter: Add half-precision opcode for FPRecipEstimate
This commit is contained in:
parent
af2e5afed6
commit
2184d24e8f
5 changed files with 17 additions and 4 deletions
|
|
@ -272,6 +272,7 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
|
|||
case Opcode::FPMulAdd16:
|
||||
case Opcode::FPMulAdd32:
|
||||
case Opcode::FPMulAdd64:
|
||||
case Opcode::FPRecipEstimate16:
|
||||
case Opcode::FPRecipEstimate32:
|
||||
case Opcode::FPRecipEstimate64:
|
||||
case Opcode::FPRecipExponent16:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue