isa.hh (7703:90299d921559) isa.hh (8181:f789b9aac5f4)
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;

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

85 intr_flag = 0;
86 memset(ipr, 0, sizeof(ipr));
87 }
88
89 void serialize(EventManager *em, std::ostream &os);
90 void unserialize(EventManager *em, Checkpoint *cp,
91 const std::string &section);
92
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;

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

85 intr_flag = 0;
86 memset(ipr, 0, sizeof(ipr));
87 }
88
89 void serialize(EventManager *em, std::ostream &os);
90 void unserialize(EventManager *em, Checkpoint *cp,
91 const std::string &section);
92
93 void reset(std::string core_name, ThreadID num_threads,
94 unsigned num_vpes, BaseCPU *_cpu)
95 { }
96
97
98 void expandForMultithreading(ThreadID num_threads, unsigned num_vpes)
99 { }
100
101 int
102 flattenIntIndex(int reg)
103 {
104 return reg;
105 }
106
107 int
108 flattenFloatIndex(int reg)

--- 13 unchanged lines hidden ---
93 int
94 flattenIntIndex(int reg)
95 {
96 return reg;
97 }
98
99 int
100 flattenFloatIndex(int reg)

--- 13 unchanged lines hidden ---