miscregs.hh (8829:d21889bface6) miscregs.hh (9917:7274310be1bb)
1/*
2 * Copyright (c) 2003-2005 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;

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

150 const static int shft_id = 8;
151 const static int shft_fsm0 = 31;
152 const static int shft_fsm1 = 26;
153 const static int shft_fsm2 = 21;
154 const static int shft_fsm3 = 16;
155};
156
157
1/*
2 * Copyright (c) 2003-2005 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;

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

150 const static int shft_id = 8;
151 const static int shft_fsm0 = 31;
152 const static int shft_fsm1 = 26;
153 const static int shft_fsm2 = 21;
154 const static int shft_fsm3 = 16;
155};
156
157
158const int NumMiscArchRegs = MISCREG_NUMMISCREGS;
159const int NumMiscRegs = MISCREG_NUMMISCREGS;
160
161}
162
163#endif
158const int NumMiscRegs = MISCREG_NUMMISCREGS;
159
160}
161
162#endif