Lines Matching refs:inst
241 static void vfp_panic(char *reason, u32 inst) in vfp_panic() argument
247 fmrx(FPEXC), fmrx(FPSCR), inst); in vfp_panic()
256 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions() argument
263 vfp_panic("unhandled bounce", inst); in vfp_raise_exceptions()
300 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_emulate_instruction() argument
304 pr_debug("VFP: emulate: INST=0x%08x SCR=0x%08x\n", inst, fpscr); in vfp_emulate_instruction()
306 if (INST_CPRTDO(inst)) { in vfp_emulate_instruction()
307 if (!INST_CPRT(inst)) { in vfp_emulate_instruction()
311 if (vfp_single(inst)) { in vfp_emulate_instruction()
312 exceptions = vfp_single_cpdo(inst, fpscr); in vfp_emulate_instruction()
314 exceptions = vfp_double_cpdo(inst, fpscr); in vfp_emulate_instruction()