Home
last modified time | relevance | path

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

/linux/arch/arm/vfp/ !
H A Dvfpmodule.c352 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
374 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()
425 si_code2 = vfp_raise_exceptions(exceptions, trigger, orig_fpscr); in VFP_bounce()
442 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); in VFP_bounce()
444 si_code = vfp_raise_exceptions(exceptions, trigger, orig_fpscr); in VFP_bounce()