Home | History | Annotate | Download | only in fpu

Lines Matching defs:fpu_execute

82  * fpu_execute returns the following error numbers (0 = no error):
210 error = fpu_execute(&fe, instr);
280 error = fpu_execute(&fe, fs, instr);
301 fpu_execute(struct fpemu *fe, union instr instr)
359 DPRINTF(FPE_INSN, ("fpu_execute: FMVFC0\n"));
365 DPRINTF(FPE_INSN, ("fpu_execute: FMVFC1\n"));
371 DPRINTF(FPE_INSN, ("fpu_execute: FMVFC2\n"));
377 DPRINTF(FPE_INSN, ("fpu_execute: FMVFC3\n"));
384 DPRINTF(FPE_INSN, ("fpu_execute: FMVIC\n"));
391 DPRINTF(FPE_INSN, ("fpu_execute: FMVXC\n"));
398 DPRINTF(FPE_INSN, ("fpu_execute: FMVRZ\n"));
406 DPRINTF(FPE_INSN, ("fpu_execute: FMVRLEZ\n"));
414 DPRINTF(FPE_INSN, ("fpu_execute: FMVRLZ\n"));
422 DPRINTF(FPE_INSN, ("fpu_execute: FMVRNZ\n"));
430 DPRINTF(FPE_INSN, ("fpu_execute: FMVRGZ\n"));
438 DPRINTF(FPE_INSN, ("fpu_execute: FMVRGEZ\n"));
446 ("fpu_execute: unknown v9 FP inst %x opf %x\n",
456 ("fpu_execute: unknown basic FP inst %x opf %x\n",
461 DPRINTF(FPE_INSN, ("fpu_execute: FMOV\n"));
466 DPRINTF(FPE_INSN, ("fpu_execute: FNEG\n"));
471 DPRINTF(FPE_INSN, ("fpu_execute: FABS\n"));
486 DPRINTF(FPE_INSN, ("fpu_execute: FSQRT\n"));
492 DPRINTF(FPE_INSN, ("fpu_execute: FADD\n"));
499 DPRINTF(FPE_INSN, ("fpu_execute: FSUB\n"));
506 DPRINTF(FPE_INSN, ("fpu_execute: FMUL\n"));
513 DPRINTF(FPE_INSN, ("fpu_execute: FDIV\n"));
520 DPRINTF(FPE_INSN, ("fpu_execute: FCMP\n"));
527 DPRINTF(FPE_INSN, ("fpu_execute: FCMPE\n"));
551 DPRINTF(FPE_INSN, ("fpu_execute: FSMULx\n"));
564 DPRINTF(FPE_INSN, ("fpu_execute: FXTOx\n"));
571 DPRINTF(FPE_INSN, ("fpu_execute: FTOX\n"));
580 DPRINTF(FPE_INSN, ("fpu_execute: FTOI\n"));
590 DPRINTF(FPE_INSN, ("fpu_execute: FTOx\n"));