frontend/ir_emitter: Add half-precision opcode variant for FPRSqrtEstimate

This commit is contained in:
Lioncash
2019-04-13 18:34:35 -04:00
committed by MerryMage
parent 726b9914c5
commit 5dba99b4f4
5 changed files with 17 additions and 4 deletions

View File

@@ -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: