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

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

100
101 // dummy
102 int
103 flattenCCIndex(int reg) const
104 {
105 return reg;
106 }
107
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

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

100
101 // dummy
102 int
103 flattenCCIndex(int reg) const
104 {
105 return reg;
106 }
107
108 // dummy
109 int
108 int
110 flattenVectorIndex(int reg) const
111 {
112 return reg;
113 }
114
115 int
116 flattenMiscIndex(int reg) const
117 {
118 return reg;
119 }
120
121 void startup(ThreadContext *tc) {}
122
123 /// Explicitly import the otherwise hidden startup
124 using SimObject::startup;
125
126 const Params *params() const;
127
128 ISA(Params *p);
129};
130
131} // namespace PowerISA
132
133#endif // __ARCH_POWER_ISA_HH__
109 flattenMiscIndex(int reg) const
110 {
111 return reg;
112 }
113
114 void startup(ThreadContext *tc) {}
115
116 /// Explicitly import the otherwise hidden startup
117 using SimObject::startup;
118
119 const Params *params() const;
120
121 ISA(Params *p);
122};
123
124} // namespace PowerISA
125
126#endif // __ARCH_POWER_ISA_HH__