Syntax
cvtqt $s_reg, $d_reg
cvtqt $d_reg/$s_reg
Description
Convert Quadword to T_floating converts the quadword integer contents of $s_reg to the T_floating format and places the result in $d_reg.
Qualifiers
The following table describes the qualifiers for the cvtqt instructions:
| Instruction | Qualifier description |
| cvtqtc | IEEE Rounding Mode: Chopped |
| cvtqtm | IEEE Rounding Mode: Minus infinity |
| cvtqtd | IEEE Rounding Mode: Plus infinity (ensure that the dyn field of the FPCR is 11) |
| cvtqtsui | IEEE Trap Mode: Software, underflow enabled, inexact enabled |
| cvtqtsuic | Combined meanings of cvtqtsui and cvtqtc |
| cvtqtsuim | Combined meanings of cvtqssui and cvtqtm |
| cvtqtsuid | Combined meanings of cvtqtsui and cvtqtd |