xref: /csrg-svn/usr.bin/gprof/sparc.h (revision 62017)
154807Storek /*-
2*62017Sbostic  * Copyright (c) 1992, 1993
3*62017Sbostic  *	The Regents of the University of California.  All rights reserved.
454807Storek  *
554807Storek  * This software was developed by the Computer Systems Engineering group
654807Storek  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
754807Storek  * contributed to Berkeley.
854807Storek  *
954807Storek  * %sccs.include.redist.c%
1054807Storek  *
11*62017Sbostic  *	@(#)sparc.h	8.1 (Berkeley) 06/06/93
1254807Storek  */
1354807Storek 
1454807Storek /*
1554807Storek  * offset (in bytes) of the code from the entry address of a routine.
1654807Storek  * (see asgnsamples for use and explanation.)
1754807Storek  */
1854807Storek #define OFFSET_OF_CODE	0
1954807Storek #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
2054807Storek 
2154807Storek enum opermodes { dummy };
2254807Storek typedef enum opermodes	operandenum;
23