base_dyn_inst.hh (10024:fc10e1f9f124) base_dyn_inst.hh (10030:b531e328342d)
1/*
2 * Copyright (c) 2011,2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

159 InstSeqNum seqNum;
160
161 /** The StaticInst used by this BaseDynInst. */
162 StaticInstPtr staticInst;
163
164 /** Pointer to the Impl's CPU object. */
165 ImplCPU *cpu;
166
1/*
2 * Copyright (c) 2011,2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

159 InstSeqNum seqNum;
160
161 /** The StaticInst used by this BaseDynInst. */
162 StaticInstPtr staticInst;
163
164 /** Pointer to the Impl's CPU object. */
165 ImplCPU *cpu;
166
167 BaseCPU *getCpuPtr() { return cpu; }
168
167 /** Pointer to the thread state. */
168 ImplState *thread;
169
170 /** The kind of fault this instruction has generated. */
171 Fault fault;
172
173 /** InstRecord that tracks this instructions. */
174 Trace::InstRecord *traceData;

--- 910 unchanged lines hidden ---
169 /** Pointer to the thread state. */
170 ImplState *thread;
171
172 /** The kind of fault this instruction has generated. */
173 Fault fault;
174
175 /** InstRecord that tracks this instructions. */
176 Trace::InstRecord *traceData;

--- 910 unchanged lines hidden ---