isa.hh (9384:877293183bdf) isa.hh (9425:a24092160ec7)
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 void
102 serialize(EventManager *em, std::ostream &os)
103 {
104 }
105
106 void
107 unserialize(EventManager *em, Checkpoint *cp, const std::string &section)
108 {
109 }
110
111 const Params *params() const;
112
113 ISA(Params *p);
114};
115
116} // namespace PowerISA
117
118#endif // __ARCH_POWER_ISA_HH__
101 const Params *params() const;
102
103 ISA(Params *p);
104};
105
106} // namespace PowerISA
107
108#endif // __ARCH_POWER_ISA_HH__