Home
last modified time | relevance | path

Searched refs:speinsn (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dmath_efp.c111 static unsigned long insn_type(unsigned long speinsn) in insn_type() argument
115 switch (speinsn & 0x7ff) { in insn_type()
181 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local
184 if (get_user(speinsn, (unsigned int __user *) regs->nip)) in do_spe_mathemu()
186 if ((speinsn >> 26) != EFAPU) in do_spe_mathemu()
189 type = insn_type(speinsn); in do_spe_mathemu()
193 func = speinsn & 0x7ff; in do_spe_mathemu()
194 fc = (speinsn >> 21) & 0x1f; in do_spe_mathemu()
195 fa = (speinsn >> 16) & 0x1f; in do_spe_mathemu()
196 fb = (speinsn >> 11) & 0x1f; in do_spe_mathemu()
[all …]