isa.hh (13582:989577bf6abc) isa.hh (13610:5d5404ac6288)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

108 }
109
110 int
111 flattenVecElemIndex(int reg) const
112 {
113 return reg;
114 }
115
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

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

--- 18 unchanged lines hidden ---
122 // dummy
123 int
124 flattenCCIndex(int reg) const
125 {
126 return reg;
127 }
128
129 int

--- 18 unchanged lines hidden ---