intregs.hh (8229:78bf55f23338) intregs.hh (8301:858384f3af1c)
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

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

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_UREG1,
114 INTREG_UREG2,
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

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

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_UREG1,
114 INTREG_UREG2,
115 INTREG_CONDCODES,
115 INTREG_CONDCODES_F,
116 INTREG_CONDCODES_Q,
117 INTREG_CONDCODES_GE,
116 INTREG_FPCONDCODES,
117
118 NUM_INTREGS,
119 NUM_ARCH_INTREGS = INTREG_PC + 1,
120
121 /* All the aliased indexes. */
122
123 /* USR mode */

--- 230 unchanged lines hidden ---
118 INTREG_FPCONDCODES,
119
120 NUM_INTREGS,
121 NUM_ARCH_INTREGS = INTREG_PC + 1,
122
123 /* All the aliased indexes. */
124
125 /* USR mode */

--- 230 unchanged lines hidden ---