xref: /netbsd-src/sys/arch/hppa/spmath/fpudispatch.h (revision 9fcc1f5407675c4b18c44cbdf405b3c6dac8ec6e)
1*9fcc1f54Sskrll /*	$NetBSD: fpudispatch.h,v 1.2 2008/04/06 08:03:36 skrll Exp $	*/
2f4f0d8a3Sfredette 
3f4f0d8a3Sfredette #include <sys/cdefs.h>
4f4f0d8a3Sfredette 
5f4f0d8a3Sfredette /* Prototypes for the dispatcher. */
6*9fcc1f54Sskrll int decode_0c(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
7*9fcc1f54Sskrll int decode_0e(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
8*9fcc1f54Sskrll int decode_06(unsigned ir, unsigned *fpregs);
9*9fcc1f54Sskrll int decode_26(unsigned ir, unsigned *fpregs);
10