Deleted Added
sdiff udiff text old ( 9553:2e1e5364dae3 ) new ( 9920:028e4da64b42 )
full compact
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 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__