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