isa.hh (9553:2e1e5364dae3) isa.hh (9920:028e4da64b42)
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;

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

98 }
99
100 int
101 flattenFloatIndex(int reg)
102 {
103 return reg;
104 }
105
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;

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

98 }
99
100 int
101 flattenFloatIndex(int reg)
102 {
103 return reg;
104 }
105
106 // dummy
107 int
108 flattenCCIndex(int reg)
109 {
110 return reg;
111 }
112
106 const Params *params() const;
107
108 ISA(Params *p);
109
110 void startup(ThreadContext *tc) {}
111
112 /// Explicitly import the otherwise hidden startup
113 using SimObject::startup;
114 };
115}
116
117#endif
113 const Params *params() const;
114
115 ISA(Params *p);
116
117 void startup(ThreadContext *tc) {}
118
119 /// Explicitly import the otherwise hidden startup
120 using SimObject::startup;
121 };
122}
123
124#endif