Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / diag / assembly / debug / checkp / checkp_offsets.h
CommitLineData
86530b38
AT
1/*
2* ========== Copyright Header Begin ==========================================
3*
4* OpenSPARC T2 Processor File: checkp_offsets.h
5* Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
6* 4150 Network Circle, Santa Clara, California 95054, U.S.A.
7*
8* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9*
10* This program is free software; you can redistribute it and/or modify
11* it under the terms of the GNU General Public License as published by
12* the Free Software Foundation; version 2 of the License.
13*
14* This program is distributed in the hope that it will be useful,
15* but WITHOUT ANY WARRANTY; without even the implied warranty of
16* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17* GNU General Public License for more details.
18*
19* You should have received a copy of the GNU General Public License
20* along with this program; if not, write to the Free Software
21* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22*
23* For the avoidance of doubt, and except that if any non-GPL license
24* choice is available it will apply instead, Sun elects to use only
25* the General Public License version 2 (GPLv2) at this time for any
26* software where a choice of GPL license versions is made
27* available with the language indicating that GPLv2 or any later version
28* may be used, or where a choice of which version of the GPL is applied is
29* otherwise unspecified.
30*
31* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
32* CA 95054 USA or visit www.sun.com if you need additional information or
33* have any questions.
34*
35*
36* ========== Copyright Header End ============================================
37*/
38#ifndef CHECKP_OFFSETS_H
39#define CHECKP_OFFSETS_H
40
41#define CHECKP_GLOBALS 0x0
42#define CHECKP_GLOBALS_INCR 0x8
43#define CHECKP_OUTS 0x40
44#define CHECKP_OUTS_INCR 0x8
45#define CHECKP_LOCALS 0x80
46#define CHECKP_LOCALS_INCR 0x8
47#define CHECKP_INS 0xc0
48#define CHECKP_INS_INCR 0x8
49#define CHECKP_FLOATS 0x100
50#define CHECKP_FLOATS_INCR 0x8
51#define CHECKP_Y 0x200
52#define CHECKP_FPRS 0x208
53#define CHECKP_FSR 0x210
54#define CHECKP_TSTATE 0x218
55#define CHECKP_PSTATE 0x220
56#define CHECKP_ASI 0x228
57#define CHECKP_PIL 0x230
58#define CHECKP_TL 0x238
59#define CHECKP_TPC 0x240
60#define CHECKP_TNPC 0x248
61#define CHECKP_TT 0x250
62#define CHECKP_CWP 0x258
63#define CHECKP_CANSAVE 0x260
64#define CHECKP_CANRESTORE 0x268
65#define CHECKP_OTHERWIN 0x270
66#define CHECKP_CLEANWIN 0x278
67#define CHECKP_ENTRY_SIZE 0x280
68
69
70#endif /* CHECKP_OFFSETS_H */