frontend/ir/microinstruction: Add missing cases for FPRecipExponent{32,64} for ReadsFromAndWritesToFPSRCumulativeExceptionBits()

This was intended to be added within #437, but was missed
This commit is contained in:
Lioncash 2019-03-04 09:43:15 -05:00
parent f2fb7db668
commit 7ae37bcc64
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -271,6 +271,8 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
case Opcode::FPMulAdd64:
case Opcode::FPRecipEstimate32:
case Opcode::FPRecipEstimate64:
case Opcode::FPRecipExponent32:
case Opcode::FPRecipExponent64:
case Opcode::FPRecipStepFused32:
case Opcode::FPRecipStepFused64:
case Opcode::FPRoundInt32: