Data type specifiers in VFP instructions consist of a letter
indicating the type of data, usually followed by a number indicating
the width. They are separated from the instruction mnemonic by a
point. Table 35 shows
the data types available in VFP instructions.
Table 35. VFP data types
16-bit
32-bit
64-bit
Unsigned integer
U16
U32
not available
Signed integer
S16
S32
not available
Floating-point number
F16
F32 (or F)
F64 (or D)
The datatype of the second (or only) operand is specified
in the instruction.
Note
Most instructions have a restricted
range of permitted data types. See the instruction pages for details.
However, the data type description is flexible:
If only the data size is
specified, you can specify a type (S, U, or F)
If no data type is specified, you can specify a
data type.
The F16 data type is only available
on systems that implement the half-precision architecture extension.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.