isa.hh (10934:5af8f40d8f2c) isa.hh (10935:acd48ddd725f)
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;

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

109
110 // dummy
111 int
112 flattenCCIndex(int reg) const
113 {
114 return reg;
115 }
116
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;

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

109
110 // dummy
111 int
112 flattenCCIndex(int reg) const
113 {
114 return reg;
115 }
116
117 // dummy
118 int
117 int
119 flattenVectorIndex(int reg) const
120 {
121 return reg;
122 }
123
124 int
125 flattenMiscIndex(int reg) const
126 {
127 return reg;
128 }
129
130 const Params *params() const;
131
132 ISA(Params *p);
133
134 void startup(ThreadContext *tc) {}
135
136 /// Explicitly import the otherwise hidden startup
137 using SimObject::startup;
138 };
139}
140
141#endif
118 flattenMiscIndex(int reg) const
119 {
120 return reg;
121 }
122
123 const Params *params() const;
124
125 ISA(Params *p);
126
127 void startup(ThreadContext *tc) {}
128
129 /// Explicitly import the otherwise hidden startup
130 using SimObject::startup;
131 };
132}
133
134#endif