summaryrefslogtreecommitdiff
path: root/regress/sys/arch/m68k/emuspeed/speed.h
blob: e2dd75ef6617264ca377d8c19f7b975816145ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*	$OpenBSD: speed.h,v 1.2 2001/01/29 02:05:54 niklas Exp $	*/
/*	$NetBSD: speed.h,v 1.2 1998/01/09 08:03:57 perry Exp $	*/

#include <sys/cdefs.h>

void illegal __P((int));
void mul32smem __P((int));
void mul32sreg __P((int));

void mul64sreg __P((int));
void mul64ureg __P((int));
void mul64smem __P((int));
void mul64umem __P((int));

void div64umem __P((int));
void div64smem __P((int));
void div64ureg __P((int));
void div64sreg __P((int));