mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 05:58:19 +01:00
frontend/ir_emitter: Add half-precision opcode variant for FPRSqrtEstimate
This commit is contained in:
parent
726b9914c5
commit
5dba99b4f4
5 changed files with 17 additions and 4 deletions
|
|
@ -282,6 +282,7 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
|
|||
case Opcode::FPRoundInt16:
|
||||
case Opcode::FPRoundInt32:
|
||||
case Opcode::FPRoundInt64:
|
||||
case Opcode::FPRSqrtEstimate16:
|
||||
case Opcode::FPRSqrtEstimate32:
|
||||
case Opcode::FPRSqrtEstimate64:
|
||||
case Opcode::FPRSqrtStepFused32:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue