Syntax
cvtqs $s_reg, $d_reg
cvtqs $d_reg/$s_reg
Description
Convert Quadword to S_floating converts the quadword integer contents of $s_reg to the S_floating format and places the result in $d_reg.
Qualifiers
The following table describes the qualifiers for the cvtqs instructions:
Instruction | Qualifier description |
no qualifier | IEEE Rounding Mode: Normal rounding |
IEEE Trap Mode: Imprecise, integer overflow disabled, inexact disabled | |
cvtqsc | IEEE Rounding Mode: Chopped |
cvtqsm | IEEE Rounding Mode: Minus infinity |
cvtqsd | IEEE Rounding Mode: Plus infinity (ensure that the dyn field of the FPCR is 11) |
cvtqssu | IEEE Trap Mode: Software, underflow enabled, inexact enabled |
cvtqssuic | Combined meanings of cvtqssui and cvtqsc |
cvtqssuim | Combined meanings of cvtqssui and cvtqsm |
cvtqssuid | Combined meanings of cvtqssui and cvtqsd |