Home
last modified time | relevance | path

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

/linux/arch/powerpc/math-emu/
A Dmath_efp.c115 switch (speinsn & 0x7ff) { in insn_type()
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()
197 src = (speinsn >> 5) & 0x7; in do_spe_mathemu()
732 if ((speinsn >> 26) != 4) in speround_handler()
735 func = speinsn & 0x7ff; in speround_handler()
[all …]

Completed in 4 milliseconds