frontend/ir_emitter: Add half-precision opcode for FPRecipStepFused

This commit is contained in:
Lioncash 2019-04-13 18:52:36 -04:00 committed by MerryMage
parent 68d8cd2b13
commit 6da0411111
5 changed files with 48 additions and 31 deletions

View file

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