Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
/*	$NetBSD: fpudispatch.h,v 1.2 2008/04/06 08:03:36 skrll Exp $	*/

#include <sys/cdefs.h>

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