2a3
> * Copyright (c) 2013 Advanced Micro Devices, Inc.
207,208c208,213
< /** Returns the number of free entries. */
< unsigned numFreeEntries();
---
> /** Returns the number of free load entries. */
> unsigned numFreeLoadEntries();
>
> /** Returns the number of free store entries. */
> unsigned numFreeStoreEntries();
>
211a217,222
> /** Returns the number of free entries in the LQ for a specific thread. */
> unsigned numFreeLoadEntries(ThreadID tid);
>
> /** Returns the number of free entries in the SQ for a specific thread. */
> unsigned numFreeStoreEntries(ThreadID tid);
>