1. What does out of range mean for FIX?
A:(means that the floating point value cannot be expressed with a fixed point number)
2. I assume that even though FIX can raise exceptions, it should still return sensible results as documented?
A:(probably returns infinity..will need to check)
3. For FMADD/FMSUB, regarding overflow, the RD value before the computation counts as an input to consider for infinity, right?
A:(yes)
4. Does FABS raise exceptions as the other instructions? I somehow got the impression that this instruction is special, but I might just be making that up.

A:Like a regular floating point instruction but with less inputs