isa.hh (6337:cac56cd6b015) isa.hh (7703:90299d921559)
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;

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

200 int
201 flattenFloatIndex(int reg)
202 {
203 return reg;
204 }
205
206 ISA()
207 {
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;

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

200 int
201 flattenFloatIndex(int reg)
202 {
203 return reg;
204 }
205
206 ISA()
207 {
208#if FULL_SYSTEM
209 tickCompare = NULL;
210 sTickCompare = NULL;
211 hSTickCompare = NULL;
212#endif
213
208 clear();
209 }
210 };
211}
212
213#endif
214 clear();
215 }
216 };
217}
218
219#endif