xref: /original-bsd/usr.bin/gprof/mips.h (revision 0cad3712)
1 /*-
2  * Copyright (c) 1992 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This software was developed by the Computer Systems Engineering group
6  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7  * contributed to Berkeley. Modified by Ralph Campbell for mips.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)mips.h	5.1 (Berkeley) 03/08/93
12  *
13  * From: @(#)sparc.h	5.1 (Berkeley) 7/8/92
14  */
15 
16 /*
17  * offset (in bytes) of the code from the entry address of a routine.
18  * (see asgnsamples for use and explanation.)
19  */
20 #define OFFSET_OF_CODE	0
21 #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
22 
23 enum opermodes { dummy };
24 typedef enum opermodes	operandenum;
25