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

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

93 }
94
95 int
96 flattenFloatIndex(int reg)
97 {
98 return reg;
99 }
100
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

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

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