Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dvfp.c144 thread0.td_pcb->pcb_vfpstate.fpscr = in vfp_init()
251 fmxr(fpscr, vfpsave->fpscr); in vfp_restore()
279 vfpsave->fpscr = fmrx(fpscr); in vfp_store()
H A Dmachdep.c374 vfp->mcv_fpscr = pcb->pcb_vfpstate.fpscr; in get_vfpcontext()
394 pcb->pcb_vfpstate.fpscr = vfp->mcv_fpscr; in set_vfpcontext()
706 thread0.td_pcb->pcb_vfpstate.fpscr = VFPSCR_DN; in init_proc0()
H A Dvm_machdep.c142 pcb2->pcb_vfpstate.fpscr = initial_fpscr; in cpu_fork()
/f-stack/freebsd/arm/include/
H A Dvfp.h145 uint32_t fpscr; member