xref: /netbsd-src/sys/arch/hppa/spmath/fpudispatch.h (revision 82d56013d7b633d116a93943de88e08335357a7c)
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