Deleted Added
sdiff udiff text old ( 9553:2e1e5364dae3 ) new ( 9920:028e4da64b42 )
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;

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

201 }
202
203 int
204 flattenFloatIndex(int reg)
205 {
206 return reg;
207 }
208
209 typedef SparcISAParams Params;
210 const Params *params() const;
211
212 ISA(Params *p);
213};
214}
215
216#endif