intregs.hh (8302:9f23d01421de) intregs.hh (8303:5a95f1d2494e)
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_F,
115 INTREG_CONDCODES_NZ,
116 INTREG_CONDCODES_C,
117 INTREG_CONDCODES_V,
116 INTREG_CONDCODES_GE,
117 INTREG_FPCONDCODES,
118
119 NUM_INTREGS,
120 NUM_ARCH_INTREGS = INTREG_PC + 1,
121
122 /* All the aliased indexes. */
123

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

--- 231 unchanged lines hidden ---