Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfpmodule.c334 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
354 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()
407 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()
424 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); in VFP_bounce()
426 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()