intregs.hh (10337:85001c018d4c) intregs.hh (10338:8bee5f4edb92)
1/*
2 * Copyright (c) 2010-2014 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

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

110 INTREG_SP_FIQ = INTREG_R13_FIQ,
111 INTREG_R14_FIQ,
112 INTREG_LR_FIQ = INTREG_R14_FIQ,
113
114 INTREG_ZERO,
115 INTREG_UREG0,
116 INTREG_UREG1,
117 INTREG_UREG2,
1/*
2 * Copyright (c) 2010-2014 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

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

110 INTREG_SP_FIQ = INTREG_R13_FIQ,
111 INTREG_R14_FIQ,
112 INTREG_LR_FIQ = INTREG_R14_FIQ,
113
114 INTREG_ZERO,
115 INTREG_UREG0,
116 INTREG_UREG1,
117 INTREG_UREG2,
118 INTREG_CONDCODES_NZ,
119 INTREG_CONDCODES_C,
120 INTREG_CONDCODES_V,
121 INTREG_CONDCODES_GE,
122 INTREG_FPCONDCODES,
123 INTREG_DUMMY, // Dummy reg used to throw away int reg results
124
125 INTREG_SP0,
126 INTREG_SP1,
127 INTREG_SP2,
128 INTREG_SP3,
129
130 NUM_INTREGS,

--- 399 unchanged lines hidden ---
118 INTREG_DUMMY, // Dummy reg used to throw away int reg results
119
120 INTREG_SP0,
121 INTREG_SP1,
122 INTREG_SP2,
123 INTREG_SP3,
124
125 NUM_INTREGS,

--- 399 unchanged lines hidden ---