xref: /csrg-svn/usr.bin/gprof/hp300.h (revision 62017)
148276Sdonn /*-
2*62017Sbostic  * Copyright (c) 1991, 1993
3*62017Sbostic  *	The Regents of the University of California.  All rights reserved.
448276Sdonn  *
548276Sdonn  * %sccs.include.redist.c%
648276Sdonn  *
7*62017Sbostic  *	@(#)hp300.h	8.1 (Berkeley) 06/06/93
848276Sdonn  */
948276Sdonn 
1048276Sdonn     /*
1148276Sdonn      *	offset (in bytes) of the code from the entry address of a routine.
1248276Sdonn      *	(see asgnsamples for use and explanation.)
1348276Sdonn      */
1448276Sdonn #define OFFSET_OF_CODE	0
1548276Sdonn #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
1648276Sdonn 
1748276Sdonn enum opermodes { dummy };
1848276Sdonn typedef enum opermodes	operandenum;
19