base_dyn_inst_impl.hh (9944:4ff1c5c6dcbc) base_dyn_inst_impl.hh (10031:79d034cd6ba3)
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

85template <class Impl>
86void
87BaseDynInst<Impl>::initVars()
88{
89 memData = NULL;
90 effAddr = 0;
91 physEffAddr = 0;
92 readyRegs = 0;
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

85template <class Impl>
86void
87BaseDynInst<Impl>::initVars()
88{
89 memData = NULL;
90 effAddr = 0;
91 physEffAddr = 0;
92 readyRegs = 0;
93 memReqFlags = 0;
93
94 status.reset();
95
96 instFlags.reset();
97 instFlags[RecordResult] = true;
98 instFlags[Predicate] = true;
99
100 lqIdx = -1;

--- 135 unchanged lines hidden ---
94
95 status.reset();
96
97 instFlags.reset();
98 instFlags[RecordResult] = true;
99 instFlags[Predicate] = true;
100
101 lqIdx = -1;

--- 135 unchanged lines hidden ---