amd64.h revision 216370
1218822Sdim/*-
2218822Sdim * Copyright (c) 1991, 1993
333965Sjdp *	The Regents of the University of California.  All rights reserved.
4218822Sdim *
5218822Sdim * Redistribution and use in source and binary forms, with or without
638889Sjdp * modification, are permitted provided that the following conditions
738889Sjdp * are met:
838889Sjdp * 1. Redistributions of source code must retain the above copyright
933965Sjdp *    notice, this list of conditions and the following disclaimer.
1033965Sjdp * 2. Redistributions in binary form must reproduce the above copyright
1138889Sjdp *    notice, this list of conditions and the following disclaimer in the
1238889Sjdp *    documentation and/or other materials provided with the distribution.
1338889Sjdp * 4. Neither the name of the University nor the names of its contributors
1433965Sjdp *    may be used to endorse or promote products derived from this software
15218822Sdim *    without specific prior written permission.
1638889Sjdp *
1738889Sjdp * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1838889Sjdp * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1933965Sjdp * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2038889Sjdp * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2138889Sjdp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2238889Sjdp * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2338889Sjdp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24218822Sdim * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2538889Sjdp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26218822Sdim * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27218822Sdim * SUCH DAMAGE.
28218822Sdim *
29218822Sdim *	@(#)i386.h	8.1 (Berkeley) 6/6/93
30218822Sdim * $FreeBSD: head/usr.bin/gprof/amd64.h 216370 2010-12-11 08:32:16Z joel $
3138889Sjdp */
3238889Sjdp
3338889Sjdp    /*
3438889Sjdp     *	offset (in bytes) of the code from the entry address of a routine.
3538889Sjdp     *	(see asgnsamples for use and explanation.)
3638889Sjdp     */
3738889Sjdp#define OFFSET_OF_CODE	0
3838889Sjdp
3938889Sjdpenum opermodes { dummy };
40218822Sdimtypedef enum opermodes	operandenum;
41218822Sdim