Searched refs:speinsn (Results 1 – 1 of 1) sorted by relevance
115 static unsigned long insn_type(unsigned long speinsn) in insn_type() argument119 switch (speinsn & 0x7ff) { in insn_type()185 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local188 if (get_user(speinsn, (unsigned int __user *) regs->nip)) in do_spe_mathemu()190 if ((speinsn >> 26) != EFAPU) in do_spe_mathemu()193 type = insn_type(speinsn); in do_spe_mathemu()197 func = speinsn & 0x7ff; in do_spe_mathemu()198 fc = (speinsn >> 21) & 0x1f; in do_spe_mathemu()199 fa = (speinsn >> 16) & 0x1f; in do_spe_mathemu()200 fb = (speinsn >> 11) & 0x1f; in do_spe_mathemu()[all …]