Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/math-emu/
Dmath_efp.c112 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 >> 11) & 0x1f; in do_spe_mathemu()
[all …]