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

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

112
113 int
114 flattenVecElemIndex(int reg) const
115 {
116 return reg;
117 }
118
119 int
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;

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

112
113 int
114 flattenVecElemIndex(int reg) const
115 {
116 return reg;
117 }
118
119 int
120 flattenVecPredIndex(int reg) const
121 {
122 return reg;
123 }
124
125 int
120 flattenCCIndex(int reg) const
121 {
122 return reg;
123 }
124
125 int
126 flattenMiscIndex(int reg) const
127 {

--- 15 unchanged lines hidden ---
126 flattenCCIndex(int reg) const
127 {
128 return reg;
129 }
130
131 int
132 flattenMiscIndex(int reg) const
133 {

--- 15 unchanged lines hidden ---