intregs.hh (6734:4ac7bc30c482) intregs.hh (7171:75996fe47db8)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

91 INTREG_R12_FIQ,
92 INTREG_R13_FIQ,
93 INTREG_SP_FIQ = INTREG_R13_FIQ,
94 INTREG_R14_FIQ,
95 INTREG_LR_FIQ = INTREG_R14_FIQ,
96
97 INTREG_ZERO, // Dummy zero reg since there has to be one.
98 INTREG_UREG0,
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

91 INTREG_R12_FIQ,
92 INTREG_R13_FIQ,
93 INTREG_SP_FIQ = INTREG_R13_FIQ,
94 INTREG_R14_FIQ,
95 INTREG_LR_FIQ = INTREG_R14_FIQ,
96
97 INTREG_ZERO, // Dummy zero reg since there has to be one.
98 INTREG_UREG0,
99 INTREG_RHI,
100 INTREG_RLO,
101 INTREG_CONDCODES,
102
103 NUM_INTREGS,
104 NUM_ARCH_INTREGS = INTREG_PC + 1,
105
106 /* All the aliased indexes. */
107
108 /* USR mode */

--- 229 unchanged lines hidden ---
99 INTREG_CONDCODES,
100
101 NUM_INTREGS,
102 NUM_ARCH_INTREGS = INTREG_PC + 1,
103
104 /* All the aliased indexes. */
105
106 /* USR mode */

--- 229 unchanged lines hidden ---