Floating-point Convert precision (scalar). This instruction converts the floating-point value in the SIMD&FP source register to the precision for the destination register data type using the rounding mode that is determined by the FPCR and writes the result to the SIMD&FP destination register.
浮点转换精度(标量)。此指令使用FPCR确定的舍入模式将SIMD&FP源寄存器中的浮点值转换为目标寄存器数据类型的精度,并将结果写入SIMD&FPP目标寄存器。
Half-precision to single-precision variant
Applies when type == 11 && opc == 00.
FCVT <Sd>, <Hn>
Half-precision to double-precision variant
Applies when type == 11 && opc == 01.
FCVT <Dd>, <Hn>
Single-precision to half-precision variant
Applies when type == 00 && opc == 11.
FCVT <Hd>, <Sn>
Single-precision to double-precision variant
Applies when type == 00 && opc == 01.
FCVT <Dd>, <Sn>
Double-precision to half-precision variant
Applies when type == 01 && opc == 11.
FCVT <Hd>, <Dn>
Double-precision to single-precision variant
Applies when type == 01 && opc == 00.
FCVT <Sd>, <Dn&g