xref: /netbsd/sys/arch/hppa/spmath/fpudispatch.h (revision c4a72b64)
1 /*	$NetBSD: fpudispatch.h,v 1.1 2002/06/05 01:04:25 fredette Exp $	*/
2 
3 #include <sys/cdefs.h>
4 
5 /* Prototypes for the dispatcher. */
6 int decode_0c __P((unsigned ir, unsigned class, unsigned subop, unsigned *fpregs));
7 int decode_0e __P((unsigned ir, unsigned class, unsigned subop, unsigned *fpregs));
8 int decode_06 __P((unsigned ir, unsigned *fpregs));
9 int decode_26 __P((unsigned ir, unsigned *fpregs));
10