Searched defs:speinsn (Results 1 - 1 of 1) sorted by relevance
/arch/powerpc/math-emu/ |
H A D | math_efp.c | 115 static unsigned long insn_type(unsigned long speinsn) argument 119 switch (speinsn & 0x7ff) { 185 unsigned long type, func, fc, fa, fb, src, speinsn; local 188 if (get_user(speinsn, (unsigned int __user *) regs->nip)) 190 if ((speinsn >> 26) != EFAPU) 193 type = insn_type(speinsn); 197 func = speinsn & 0x7ff; 198 fc = (speinsn >> 21) & 0x1f; 199 fa = (speinsn >> 16) & 0x1f; 200 fb = (speinsn >> 1 732 unsigned long speinsn, type, fb, fc, fptype, func; local [all...] |
Completed in 28 milliseconds