Deleted Added
sdiff udiff text old ( 10934:5af8f40d8f2c ) new ( 10935:acd48ddd725f )
full compact
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;

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

206
207 // dummy
208 int
209 flattenCCIndex(int reg) const
210 {
211 return reg;
212 }
213
214 // dummy
215 int
216 flattenVectorIndex(int reg) const
217 {
218 return reg;
219 }
220
221 int
222 flattenMiscIndex(int reg) const
223 {
224 return reg;
225 }
226
227
228 typedef SparcISAParams Params;
229 const Params *params() const;
230
231 ISA(Params *p);
232};
233}
234
235#endif