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

/freebsd-11.0-release/sys/arm/include/
H A Dfp.h69 struct vfp_state { struct
H A Dpcb.h66 struct vfp_state pcb_vfpstate; /* VP/NEON state */
H A Dvfp.h137 void vfp_store(struct vfp_state *, boolean_t);
/freebsd-11.0-release/sys/arm64/arm64/
H A Dvfp.c87 __int128_t *vfp_state; local
107 vfp_state = pcb->pcb_vfp;
127 : "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state));
141 __int128_t *vfp_state; local
161 vfp_state = curthread->td_pcb->pcb_vfp;
184 : : "r"(fpcr), "r"(fpsr), "r"(vfp_state));
/freebsd-11.0-release/sys/arm/arm/
H A Dvfp.c48 static void vfp_restore(struct vfp_state *);
227 vfp_restore(struct vfp_state *vfpsave)
259 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp)

Completed in 91 milliseconds