base_dyn_inst_impl.hh (3172:2c84db071850) base_dyn_inst_impl.hh (3326:d9cc6bae9d77)
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;

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

92 req = NULL;
93 memData = NULL;
94 effAddr = 0;
95 physEffAddr = 0;
96
97 readyRegs = 0;
98
99 instResult.integer = 0;
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;

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

92 req = NULL;
93 memData = NULL;
94 effAddr = 0;
95 physEffAddr = 0;
96
97 readyRegs = 0;
98
99 instResult.integer = 0;
100 recordResult = true;
100
101 status.reset();
102
103 eaCalcDone = false;
104 memOpDone = false;
105
106 lqIdx = -1;
107 sqIdx = -1;

--- 190 unchanged lines hidden ---
101
102 status.reset();
103
104 eaCalcDone = false;
105 memOpDone = false;
106
107 lqIdx = -1;
108 sqIdx = -1;

--- 190 unchanged lines hidden ---