intregs.hh (6721:77318ac91316) intregs.hh (6724:70129fdded75)
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;

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

99 INTREG_R14_FIQ,
100 INTREG_LR_FIQ = INTREG_R14_FIQ,
101 INTREG_R15_FIQ = INTREG_R15,
102
103 INTREG_ZERO, // Dummy zero reg since there has to be one.
104 INTREG_UREG0,
105 INTREG_RHI,
106 INTREG_RLO,
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;

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

99 INTREG_R14_FIQ,
100 INTREG_LR_FIQ = INTREG_R14_FIQ,
101 INTREG_R15_FIQ = INTREG_R15,
102
103 INTREG_ZERO, // Dummy zero reg since there has to be one.
104 INTREG_UREG0,
105 INTREG_RHI,
106 INTREG_RLO,
107 INTREG_CONDCODES,
107
108 NUM_INTREGS,
109 NUM_ARCH_INTREGS = INTREG_PC + 1,
110
111 /* All the aliased indexes. */
112
113 /* USR mode */
114 INTREG_R0_USR = INTREG_R0,

--- 214 unchanged lines hidden ---
108
109 NUM_INTREGS,
110 NUM_ARCH_INTREGS = INTREG_PC + 1,
111
112 /* All the aliased indexes. */
113
114 /* USR mode */
115 INTREG_R0_USR = INTREG_R0,

--- 214 unchanged lines hidden ---