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