isa.hh (9425:a24092160ec7) isa.hh (9461:67a6ba6604c8)
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 startup(ThreadContext *tc) {}
102
101 const Params *params() const;
102
103 ISA(Params *p);
104};
105
106} // namespace PowerISA
107
108#endif // __ARCH_POWER_ISA_HH__
103 const Params *params() const;
104
105 ISA(Params *p);
106};
107
108} // namespace PowerISA
109
110#endif // __ARCH_POWER_ISA_HH__