Deleted Added
sdiff udiff text old ( 13583:f7482392b097 ) new ( 13610:5d5404ac6288 )
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;

--- 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
243 // dummy
244 int
245 flattenCCIndex(int reg) const
246 {
247 return reg;
248 }
249
250 int

--- 14 unchanged lines hidden ---