Home
last modified time | relevance | path

Searched refs:fmrx (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dvfp.c80 #define fmrx(reg) \ macro
114 fpsid = fmrx(fpsid); /* read the vfp system id */ in vfp_init()
115 fpexc = fmrx(fpexc); /* read the vfp exception reg */ in vfp_init()
127 tmp = fmrx(mvfr0); in vfp_init()
137 tmp = fmrx(mvfr1); in vfp_init()
192 fpexc = fmrx(fpexc); in vfp_bounce()
276 fpexc = fmrx(fpexc); /* Is the vfp enabled? */ in vfp_store()
279 vfpsave->fpscr = fmrx(fpscr); in vfp_store()
283 vfpsave->fpinst = fmrx(fpinst); in vfp_store()
285 vfpsave->fpinst2 = fmrx(fpinst2); in vfp_store()
[all …]
H A Dswtch.S102 fmrx r2, fpexc /* If the VFP is enabled */
H A Dswtch-v6.S326 fmrx r0, fpexc /* If the VFP is enabled */