isa.hh (13582:989577bf6abc) isa.hh (13610:5d5404ac6288)
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;

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

160 }
161
162 int
163 flattenVecElemIndex(int reg) const
164 {
165 return reg;
166 }
167
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;

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

160 }
161
162 int
163 flattenVecElemIndex(int reg) const
164 {
165 return reg;
166 }
167
168 int
169 flattenVecPredIndex(int reg) const
170 {
171 return reg;
172 }
173
168 // dummy
169 int
170 flattenCCIndex(int reg) const
171 {
172 return reg;
173 }
174
175 int
176 flattenMiscIndex(int reg) const
177 {
178 return reg;
179 }
180
181 };
182}
183
184#endif
174 // dummy
175 int
176 flattenCCIndex(int reg) const
177 {
178 return reg;
179 }
180
181 int
182 flattenMiscIndex(int reg) const
183 {
184 return reg;
185 }
186
187 };
188}
189
190#endif