isa.hh (13583:f7482392b097) 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;

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

229 }
230
231 int
232 flattenVecElemIndex(int reg) const
233 {
234 return reg;
235 }
236
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;

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

229 }
230
231 int
232 flattenVecElemIndex(int reg) const
233 {
234 return reg;
235 }
236
237 int
238 flattenVecPredIndex(int reg) const
239 {
240 return reg;
241 }
242
237 // dummy
238 int
239 flattenCCIndex(int reg) const
240 {
241 return reg;
242 }
243
244 int

--- 14 unchanged lines hidden ---
243 // dummy
244 int
245 flattenCCIndex(int reg) const
246 {
247 return reg;
248 }
249
250 int

--- 14 unchanged lines hidden ---