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

/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_fstore.c45 fpu_emul_fstore(struct fpemu *fe, struct instruction *insn) function
55 printf(" fpu_emul_fstore: frame at %p fpframe at %p\n",
80 printf(" fpu_emul_fstore: invalid format %d\n", format);
85 printf(" fpu_emul_fstore: format %d, size %d\n",
95 printf(" fpu_emul_fstore: failed in decode_ea sig=%d\n", sig);
109 printf(" fpu_emul_fstore: saving FP%d (%08x,%08x,%08x)\n",
118 printf(" fpu_emul_fstore: fpn (%s,%c,%d,%08x,%08x,%08x)\n",
129 printf(" fpu_emul_fstore: %08x,%08x,%08x size %d\n",
H A Dfpu_emulate.h238 int fpu_emul_fstore(struct fpemu *, struct instruction *);
H A Dfpu_emulate.c173 sig = fpu_emul_fstore(&fe, &insn);

Completed in 122 milliseconds