intregs.hh (6717:07546255fb03) intregs.hh (6721:77318ac91316)
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;

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

97 INTREG_R13_FIQ,
98 INTREG_SP_FIQ = INTREG_R13_FIQ,
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,
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;

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

97 INTREG_R13_FIQ,
98 INTREG_SP_FIQ = INTREG_R13_FIQ,
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,
105
106 NUM_INTREGS,
107 NUM_ARCH_INTREGS = INTREG_PC + 1,
108
109 /* All the aliased indexes. */
110
111 /* USR mode */
112 INTREG_R0_USR = INTREG_R0,

--- 214 unchanged lines hidden ---
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 ---