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;

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

116 }
117
118 int
119 flattenVecElemIndex(int reg) const
120 {
121 return reg;
122 }
123
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;

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

116 }
117
118 int
119 flattenVecElemIndex(int reg) const
120 {
121 return reg;
122 }
123
124 int
125 flattenVecPredIndex(int reg) const
126 {
127 return reg;
128 }
129
124 // dummy
125 int
126 flattenCCIndex(int reg) const
127 {
128 return reg;
129 }
130
131 int

--- 17 unchanged lines hidden ---
130 // dummy
131 int
132 flattenCCIndex(int reg) const
133 {
134 return reg;
135 }
136
137 int

--- 17 unchanged lines hidden ---