1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 97 unchanged lines hidden (view full) ---

106 INTREG_R13_FIQ,
107 INTREG_SP_FIQ = INTREG_R13_FIQ,
108 INTREG_R14_FIQ,
109 INTREG_LR_FIQ = INTREG_R14_FIQ,
110
111 INTREG_ZERO, // Dummy zero reg since there has to be one.
112 INTREG_UREG0,
113 INTREG_CONDCODES,
114 INTREG_FPCONDCODES,
115
116 NUM_INTREGS,
117 NUM_ARCH_INTREGS = INTREG_PC + 1,
118
119 /* All the aliased indexes. */
120
121 /* USR mode */
122 INTREG_R0_USR = INTREG_R0,

--- 229 unchanged lines hidden ---