VFP_COPROC
install_coproc_handler_static(VFP_COPROC, &vfptest_uh);
replace_coproc_handler(VFP_COPROC, vfp_fpscr_handler);
const uint32_t nsacr_vfp = __BITS(VFP_COPROC,VFP_COPROC2);
const uint32_t cpacr_vfp = CPACR_CPn(VFP_COPROC);
replace_coproc_handler(VFP_COPROC, vfp_fpscr_handler);
replace_coproc_handler(VFP_COPROC, vfp_handler);