summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/fpudispatch.h
blob: 5cf0f4b5ba05ed8de451b25c84b9c31061d16cdb (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: fpudispatch.h,v 1.1 2002/06/05 01:04:25 fredette Exp $	*/

#include <sys/cdefs.h>

/* Prototypes for the dispatcher. */
int decode_0c __P((unsigned ir, unsigned class, unsigned subop, unsigned *fpregs));
int decode_0e __P((unsigned ir, unsigned class, unsigned subop, unsigned *fpregs));
int decode_06 __P((unsigned ir, unsigned *fpregs));
int decode_26 __P((unsigned ir, unsigned *fpregs));