isa.hh (9461:67a6ba6604c8) isa.hh (9553:2e1e5364dae3)
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

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

95 int
96 flattenFloatIndex(int reg)
97 {
98 return reg;
99 }
100
101 void startup(ThreadContext *tc) {}
102
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

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

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