Home | History | Annotate | Line # | Download | only in spmath
      1 /*	$NetBSD: fpudispatch.h,v 1.2 2008/04/06 08:03:36 skrll Exp $	*/
      2 
      3 #include <sys/cdefs.h>
      4 
      5 /* Prototypes for the dispatcher. */
      6 int decode_0c(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
      7 int decode_0e(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
      8 int decode_06(unsigned ir, unsigned *fpregs);
      9 int decode_26(unsigned ir, unsigned *fpregs);
     10