isa.hh (12106:7784fac1b159) isa.hh (12109:f29e9c5418aa)
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;

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

105 }
106
107 int
108 flattenFloatIndex(int reg) const
109 {
110 return reg;
111 }
112
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;

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

105 }
106
107 int
108 flattenFloatIndex(int reg) const
109 {
110 return reg;
111 }
112
113 int
114 flattenVecIndex(int reg) const
115 {
116 return reg;
117 }
118
119 int
120 flattenVecElemIndex(int reg) const
121 {
122 return reg;
123 }
124
113 // dummy
114 int
115 flattenCCIndex(int reg) const
116 {
117 return reg;
118 }
119
120 int

--- 17 unchanged lines hidden ---
125 // dummy
126 int
127 flattenCCIndex(int reg) const
128 {
129 return reg;
130 }
131
132 int

--- 17 unchanged lines hidden ---