xref: /csrg-svn/usr.bin/gprof/mips.h (revision 62017)
158579Sralph /*-
2*62017Sbostic  * Copyright (c) 1992, 1993
3*62017Sbostic  *	The Regents of the University of California.  All rights reserved.
458579Sralph  *
558579Sralph  * This software was developed by the Computer Systems Engineering group
658579Sralph  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
758579Sralph  * contributed to Berkeley. Modified by Ralph Campbell for mips.
858579Sralph  *
958579Sralph  * %sccs.include.redist.c%
1058579Sralph  *
11*62017Sbostic  *	@(#)mips.h	8.1 (Berkeley) 06/06/93
1258579Sralph  *
1358579Sralph  * From: @(#)sparc.h	5.1 (Berkeley) 7/8/92
1458579Sralph  */
1558579Sralph 
1658579Sralph /*
1758579Sralph  * offset (in bytes) of the code from the entry address of a routine.
1858579Sralph  * (see asgnsamples for use and explanation.)
1958579Sralph  */
2058579Sralph #define OFFSET_OF_CODE	0
2158579Sralph #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
2258579Sralph 
2358579Sralph enum opermodes { dummy };
2458579Sralph typedef enum opermodes	operandenum;
25