Searched refs:vfpsave (Results 1 – 1 of 1) sorted by relevance
240 vfp_restore(struct vfp_state *vfpsave) in vfp_restore() argument245 fpexc = vfpsave->fpexec; in vfp_restore()247 fmxr(fpinst, vfpsave->fpinst); in vfp_restore()249 fmxr(fpinst2, vfpsave->fpinst2); in vfp_restore()251 fmxr(fpscr, vfpsave->fpscr); in vfp_restore()260 : "+&r" (vfpsave) : "r" (is_d32) : "cc" in vfp_restore()278 vfpsave->fpexec = fpexc; 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 …]