14a15
> * Copyright (c) 2013 Advanced Micro Devices, Inc.
201,202c202,203
< /** Returns the number of free entries (min of free LQ and SQ entries). */
< unsigned numFreeEntries();
---
> /** Returns the number of free LQ entries. */
> unsigned numFreeLoadEntries();
203a205,207
> /** Returns the number of free SQ entries. */
> unsigned numFreeStoreEntries();
>