Home
last modified time | relevance | path

Searched refs:vfp_state (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dvfp.c105 __int128_t *vfp_state; in vfp_store() local
108 vfp_state = state->vfp_regs; in vfp_store()
128 : "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state)); in vfp_store()
137 __int128_t *vfp_state; in vfp_restore() local
140 vfp_state = state->vfp_regs; in vfp_restore()
163 : : "r"(fpcr), "r"(fpsr), "r"(vfp_state)); in vfp_restore()
/f-stack/freebsd/arm/include/
H A Dvfp.h143 struct vfp_state { struct
155 void vfp_store(struct vfp_state *, boolean_t); argument
H A Dpcb.h67 struct vfp_state pcb_vfpstate; /* VP/NEON state */
/f-stack/freebsd/arm/arm/
H A Dvfp.c51 static void vfp_restore(struct vfp_state *);
240 vfp_restore(struct vfp_state *vfpsave) in vfp_restore()
272 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp) in vfp_store()