Searched refs:speinsn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math_efp.c | 112 static unsigned long insn_type(unsigned long speinsn) in insn_type() argument 116 switch (speinsn & 0x7ff) { in insn_type() 182 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local 185 if (get_user(speinsn, (unsigned int __user *) regs->nip)) in do_spe_mathemu() 187 if ((speinsn >> 26) != EFAPU) in do_spe_mathemu() 190 type = insn_type(speinsn); in do_spe_mathemu() 194 func = speinsn & 0x7ff; in do_spe_mathemu() 195 fc = (speinsn >> 21) & 0x1f; in do_spe_mathemu() 196 fa = (speinsn >> 16) & 0x1f; in do_spe_mathemu() 197 fb = (speinsn >> 1 in do_spe_mathemu() 729 unsigned long speinsn, type, fb, fc, fptype, func; speround_handler() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math_efp.c | 112 static unsigned long insn_type(unsigned long speinsn) in insn_type() argument 116 switch (speinsn & 0x7ff) { in insn_type() 182 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local 185 if (get_user(speinsn, (unsigned int __user *) regs->nip)) in do_spe_mathemu() 187 if ((speinsn >> 26) != EFAPU) in do_spe_mathemu() 190 type = insn_type(speinsn); in do_spe_mathemu() 194 func = speinsn & 0x7ff; in do_spe_mathemu() 195 fc = (speinsn >> 21) & 0x1f; in do_spe_mathemu() 196 fa = (speinsn >> 16) & 0x1f; in do_spe_mathemu() 197 fb = (speinsn >> 1 in do_spe_mathemu() 732 unsigned long speinsn, type, fb, fc, fptype, func; speround_handler() local [all...] |
Completed in 1 milliseconds