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;

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

172 return reg;
173 }
174
175 int
176 flattenFloatIndex(int reg)
177 {
178 return reg;
179 }
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;

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

172 return reg;
173 }
174
175 int
176 flattenFloatIndex(int reg)
177 {
178 return reg;
179 }
180
181 // dummy
182 int
183 flattenCCIndex(int reg)
184 {
185 return reg;
186 }
180 };
181}
182
183#endif
187 };
188}
189
190#endif