14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync/*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * CDDL HEADER START
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * The contents of this file are subject to the terms of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Common Development and Distribution License, Version 1.0 only
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * (the "License"). You may not use this file except in compliance
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * with the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * or http://www.opensolaris.org/os/licensing.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * See the License for the specific language governing permissions
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * When distributing Covered Code, include this CDDL HEADER in each
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * If applicable, add the following below this CDDL HEADER, with the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * fields enclosed by brackets "[]" replaced with your own identifying
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * information: Portions Copyright [yyyy] [name of copyright owner]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * CDDL HEADER END
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync */
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync/*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Use is subject to license terms.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync */
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma ident "%Z%%M% %I% %E% SMI"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G0 = 0;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G1 = 1;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G2 = 2;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G2
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G3 = 3;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G4 = 4;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G4
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G5 = 5;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G5
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G6 = 6;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G6
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_G7 = 7;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_G7
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O0 = 8;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O1 = 9;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O2 = 10;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O2
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O3 = 11;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O4 = 12;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O4
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O5 = 13;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O5
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O6 = 14;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O6
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_O7 = 15;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_O7
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L0 = 16;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L1 = 17;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L2 = 18;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L2
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L3 = 19;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L4 = 20;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L4
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L5 = 21;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L5
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L6 = 22;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L6
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_L7 = 23;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_L7
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I0 = 24;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I1 = 25;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I2 = 26;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I2
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I3 = 27;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I4 = 28;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I4
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I5 = 29;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I5
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I6 = 30;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I6
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_I7 = 31;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_I7
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_CCR = 32;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_CCR
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_PC = 33;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_PC
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_nPC = 34;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_nPC
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_NPC = R_nPC;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_NPC
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_Y = 35;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_Y
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_ASI = 36;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_ASI
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_FPRS = 37;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_FPRS
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_PS = R_CCR;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_PS
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_SP = R_O6;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_SP
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_FP = R_I6;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_FP
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_R0 = R_O0;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_R0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinline int R_R1 = R_O1;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma D binding "1.0" R_R1