comm.hh (10239:592f0bb6bd6f) comm.hh (10328:867b536a68be)
1/*
2 * Copyright (c) 2011 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

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

224 commitComm commitInfo[Impl::MaxThreads];
225
226 bool decodeBlock[Impl::MaxThreads];
227 bool decodeUnblock[Impl::MaxThreads];
228 bool renameBlock[Impl::MaxThreads];
229 bool renameUnblock[Impl::MaxThreads];
230 bool iewBlock[Impl::MaxThreads];
231 bool iewUnblock[Impl::MaxThreads];
1/*
2 * Copyright (c) 2011 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

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

224 commitComm commitInfo[Impl::MaxThreads];
225
226 bool decodeBlock[Impl::MaxThreads];
227 bool decodeUnblock[Impl::MaxThreads];
228 bool renameBlock[Impl::MaxThreads];
229 bool renameUnblock[Impl::MaxThreads];
230 bool iewBlock[Impl::MaxThreads];
231 bool iewUnblock[Impl::MaxThreads];
232 bool commitBlock[Impl::MaxThreads];
233 bool commitUnblock[Impl::MaxThreads];
234};
235
236#endif //__CPU_O3_COMM_HH__
232};
233
234#endif //__CPU_O3_COMM_HH__