The VFP Register File
ARM DDI 0301H
Copyright © 2004-2009 ARM Limited. All rights reserved.
19-8
ID012310
Non-Confidential, Unrestricted Access
19.5
Maintaining consistency in register precision
The VFP11 register file stores single-precision, double-precision, and integer data in the same
registers. For example, D6 occupies the same registers as S12 and S13. The usable format of the
register or registers depends on the last load or arithmetic instruction that wrote to the register
or registers.
The VFP11 hardware does not check the register format to see if it is consistent with the
precision of the current operation. Inconsistent use of the registers is possible but Unpredictable.
The hardware interprets the data in the format required by the instruction regardless of the latest
store or write operation to the register. It is the task of the compiler or programmer to maintain
consistency in register usage.