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...] |