mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
frontend/ir_emitter: Add half-precision opcode for FPRecipStepFused
This commit is contained in:
parent
68d8cd2b13
commit
6da0411111
5 changed files with 48 additions and 31 deletions
|
|
@ -277,6 +277,7 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
|
|||
case Opcode::FPRecipExponent16:
|
||||
case Opcode::FPRecipExponent32:
|
||||
case Opcode::FPRecipExponent64:
|
||||
case Opcode::FPRecipStepFused16:
|
||||
case Opcode::FPRecipStepFused32:
|
||||
case Opcode::FPRecipStepFused64:
|
||||
case Opcode::FPRoundInt16:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue