Searched refs:fpu_execute (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_extern.h56 int fpu_execute(struct fpemu *, union instr);
H A Dfpu.c82 * 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
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
[all...]
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_emu.c170 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
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
[all...]

Completed in 96 milliseconds