ir: Implement FPMulSub

This commit is contained in:
zmt00 2024-02-06 18:49:15 -08:00 committed by merry
parent a32e6f52ef
commit 0785a6d027
11 changed files with 104 additions and 14 deletions

View file

@ -103,6 +103,7 @@ bool ShouldTestInst(IR::Block& block) {
// Half-precision
case IR::Opcode::FPAbs16:
case IR::Opcode::FPMulAdd16:
case IR::Opcode::FPMulSub16:
case IR::Opcode::FPNeg16:
case IR::Opcode::FPRecipEstimate16:
case IR::Opcode::FPRecipExponent16: