| |||
| Home > Programmers Model > Register descriptions > Floating-Point Exception Register | |||
The FPEXC Register characteristics are:
Provides global enable control of the Advanced SIMD and VFP extensions.
Accessible in all FPU configurations, with restrictions. See Processor modes for accessing the FPU system registers.
Available in all FPU configurations.
See the register summary in Table 2.2.
Figure 2.3 shows the FPEXC Register bit assignments.
Table 2.6 shows the FPEXC Register bit assignments.
Table 2.6. FPEXC Register bit assignments
Bits | Name | Function |
|---|---|---|
[31] | EX | Exception bit: This bit reads-as-zero and ignores writes. The Cortex-A9 NEON MPE never requires asynchronous exception handling. |
[30] | EN | Enable bit: b0 = VFP extension is disabled. b1 = VFP extension is enabled and operates normally. The EN bit is cleared to 0 at reset. |
| [29] | DEX | Defined synchronous instruction exceptional flag: b0 = no exception has occurred b1 = attempt to perform a VFP vector operation has been trapped[a] The DEX bit is cleared to 0 at reset. |
| [28:26] | - | RAZ/WI. |
| [25:0] | - | UNK/SBZP. |
[a] The Cortex-A9 FPU hardware does not support the deprecated VFP short vector feature. Attempts to execute VFP data-processing instructions when the FPSCR.LEN field is non-zero result in the FPSCR.DEX bit being set and a synchronous Undefined instruction exception being taken. You can use software to emulate the short vector feature, if required. | ||
You can access the FPEXC Register with the following VMSR instructions:
VMRS <Rd>, FPEXC ; Read Floating-Point Status and Control Register
VMSR FPEXC, <Rt> ; Write Floating-Point Status and Control Register