Searched refs:speinsn (Results 1 – 1 of 1) sorted by relevance
116 switch (speinsn & 0x7ff) { in insn_type()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()198 src = (speinsn >> 5) & 0x7; in do_spe_mathemu()736 if ((speinsn >> 26) != 4) in speround_handler()739 func = speinsn & 0x7ff; in speround_handler()[all …]