isa.hh (9425:a24092160ec7) isa.hh (9461:67a6ba6604c8)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

101 flattenFloatIndex(int reg)
102 {
103 return reg;
104 }
105
106 const Params *params() const;
107
108 ISA(Params *p);
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

101 flattenFloatIndex(int reg)
102 {
103 return reg;
104 }
105
106 const Params *params() const;
107
108 ISA(Params *p);
109
110 void startup(ThreadContext *tc) {}
109 };
110}
111
112#endif
111 };
112}
113
114#endif