Lines Matching refs:func
185 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local
197 func = speinsn & 0x7ff; in do_spe_mathemu()
236 switch (func) { in do_spe_mathemu()
283 SB_e += (func == EFSCTSF ? 31 : 32); in do_spe_mathemu()
285 (func == EFSCTSF)); in do_spe_mathemu()
308 ((func & 0x3) != 0)); in do_spe_mathemu()
319 ((func & 0x3) != 0)); in do_spe_mathemu()
366 switch (func) { in do_spe_mathemu()
413 DB_e += (func == EFDCTSF ? 31 : 32); in do_spe_mathemu()
415 (func == EFDCTSF)); in do_spe_mathemu()
438 ((func & 0x1) == 0)); in do_spe_mathemu()
449 ((func & 0x3) != 0)); in do_spe_mathemu()
460 ((func & 0x3) != 0)); in do_spe_mathemu()
518 switch (func) { in do_spe_mathemu()
572 SB0_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
574 (func == EVFSCTSF)); in do_spe_mathemu()
580 SB1_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
582 (func == EVFSCTSF)); in do_spe_mathemu()
593 ((func & 0x3) != 0)); in do_spe_mathemu()
600 ((func & 0x3) != 0)); in do_spe_mathemu()
611 ((func & 0x3) != 0)); in do_spe_mathemu()
618 ((func & 0x3) != 0)); in do_spe_mathemu()
732 unsigned long speinsn, type, fb, fc, fptype, func; in speround_handler() local
739 func = speinsn & 0x7ff; in speround_handler()
740 type = insn_type(func); in speround_handler()
761 switch (func) { in speround_handler()