Lines Matching defs:inst
228 static void vfp_panic(char *reason, u32 inst)
234 fmrx(FPEXC), fmrx(FPSCR), inst);
243 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs)
250 vfp_panic("unhandled bounce", inst);
287 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs)
291 pr_debug("VFP: emulate: INST=0x%08x SCR=0x%08x\n", inst, fpscr);
293 if (INST_CPRTDO(inst)) {
294 if (!INST_CPRT(inst)) {
298 if (vfp_single(inst)) {
299 exceptions = vfp_single_cpdo(inst, fpscr);
301 exceptions = vfp_double_cpdo(inst, fpscr);