Searched refs:vfpsave (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/arm/arm/
H A Dvfp.c217 vfp_restore(struct vfp_state *vfpsave) argument
222 fpexc = vfpsave->fpexec;
224 fmxr(fpinst, vfpsave->fpinst);
226 fmxr(fpinst2, vfpsave->fpinst2);
228 fmxr(fpscr, vfpsave->fpscr);
237 : "+&r" (vfpsave) : "r" (is_d32) : "cc"
245 * so. If the VFP is not on, does not change the values at *vfpsave. Caller is
249 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp) argument
255 vfpsave->fpexec = fpexc;
256 vfpsave
[all...]

Completed in 103 milliseconds