intregs.hh (7643:775ccd204013) intregs.hh (8140:7449084b1612)
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

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

105 INTREG_R12_FIQ,
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,
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

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

105 INTREG_R12_FIQ,
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_UREG1,
114 INTREG_UREG2,
113 INTREG_CONDCODES,
114 INTREG_FPCONDCODES,
115
116 NUM_INTREGS,
117 NUM_ARCH_INTREGS = INTREG_PC + 1,
118
119 /* All the aliased indexes. */
120

--- 231 unchanged lines hidden ---
115 INTREG_CONDCODES,
116 INTREG_FPCONDCODES,
117
118 NUM_INTREGS,
119 NUM_ARCH_INTREGS = INTREG_PC + 1,
120
121 /* All the aliased indexes. */
122

--- 231 unchanged lines hidden ---