4.10.15 Convert IEEE T_Floating to IEEE S_Floating
Format:
CVTTS | Fb.rx,Fc.wx |
Operation:
Fc ← {conversion of Fbv}
Exceptions:
Invalid Operation
Overflow
Underflow
Inexact Result
Instruction mnemonics:
CVTTSConvert T_floating to S_floating
Qualifiers:
Rounding: | Dynamic (/D) |
| Minus infinity (/M) |
| Chopped (/C) |
Trapping: | Exception Completion (/S) |
| Underflow Enable (/U) |
| Inexact Enable (/I) |
Description:
The T_floating operand in register Fb is converted to S_floating format and written to register Fc. Register Fa must be F31.
See Section 4.7.7 for details of the stored result on overflow, underflow, or inexact result.