HomeSort by: relevance | last modified time | path
    Searched defs:fpu_execute (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu.c 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) function in typeref:typename:int
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"))
    [all...]
  /src/sys/arch/powerpc/fpu/
fpu_emu.c 170 static int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
194 * fpu_execute returns the following error numbers (0 = no error):
246 switch (fpu_execute(tf, &fe, &insn)) {
344 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) function in typeref:typename:int
412 ("fpu_execute: Store INT %x at %p\n",
477 ("fpu_execute: Store SNG at %p\n",
483 ("fpu_execute: Store DBL at %p\n",
494 DPRINTF(FPE_INSN, ("fpu_execute: Load from %p\n",
525 DPRINTF(FPE_INSN, ("fpu_execute: FCMPU\n"));
547 DPRINTF(FPE_INSN, ("fpu_execute: FRSP\n"))
    [all...]

Completed in 15 milliseconds