base_dyn_inst_impl.hh (6658:f4de76601762) base_dyn_inst_impl.hh (7597:063f160e8b50)
1/*
2 * Copyright (c) 2004-2006 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;

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

149
150 instResult.integer = 0;
151 recordResult = true;
152
153 status.reset();
154
155 eaCalcDone = false;
156 memOpDone = false;
1/*
2 * Copyright (c) 2004-2006 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;

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

149
150 instResult.integer = 0;
151 recordResult = true;
152
153 status.reset();
154
155 eaCalcDone = false;
156 memOpDone = false;
157 predicate = true;
157
158 lqIdx = -1;
159 sqIdx = -1;
160
161 // Eventually make this a parameter.
162 threadNumber = 0;
163
164 // Also make this a parameter, or perhaps get it from xc or cpu.

--- 187 unchanged lines hidden ---
158
159 lqIdx = -1;
160 sqIdx = -1;
161
162 // Eventually make this a parameter.
163 threadNumber = 0;
164
165 // Also make this a parameter, or perhaps get it from xc or cpu.

--- 187 unchanged lines hidden ---