isa.hh (9553:2e1e5364dae3) isa.hh (9920:028e4da64b42)
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;

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

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

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

201 }
202
203 int
204 flattenFloatIndex(int reg)
205 {
206 return reg;
207 }
208
209 // dummy
210 int
211 flattenCCIndex(int reg)
212 {
213 return reg;
214 }
215
209 typedef SparcISAParams Params;
210 const Params *params() const;
211
212 ISA(Params *p);
213};
214}
215
216#endif
216 typedef SparcISAParams Params;
217 const Params *params() const;
218
219 ISA(Params *p);
220};
221}
222
223#endif