0a85f766 | 18-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch2Ls: allow 2Load + 2Store |
4dd8cbd9 | 16-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch: remove unnecessary comments |
fd7ab71f | 15-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch,roq: add perf counter |
714dba2c | 14-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch,roq: add walk and replay perfCnt |
0fff0560 | 14-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix dispatchReplayCntReg width |
bf7ba3d5 | 13-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch2: zero extend reverseMapping to ExuCnt index width |
a5537e40 | 13-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: set dispatchReplayCnt to size.U when all are replayed |
34bb80ca | 13-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: do not update walkCnt if no true replay |
58c80916 | 13-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: revert, use orR and andR |
bf4f68f6 | 13-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix needReplay and maskedNeedReplay |
0953aabf | 12-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix extra walk logic |
0b2999cc | 12-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix extra walk valid logic |
ee93bc08 | 12-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: walk extra dispatched instructions if dispatch is not in-order |
31528c02 | 10-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix needReplay mask to simplify dispatchReplayCnt |
40e8c11f | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: update dispatchPtr invalid condition |
e9c2edfa | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix dispatchReplayCntReg for nested replay |
1ebbe411 | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: dont reset dispatchPtr if the entry doesnt need cancel |
761164ed | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: blocking all queues when one of them is walking |
088eee01 | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: replay index should start from dispatchPtr - 1.U |
0b52ec3d | 09-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: dont reset preg state if idest is 0 |
a4f99170 | 08-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: dont change ptr when no entry is cancelled or replayed |
15ecc572 | 08-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix tailCancelPtr |
f56bb478 | 08-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix replayPregReq logic |
4af96747 | 08-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: compare cancel distance and replayCnt for nested replay and cancel |
9f5bf9b4 | 08-Aug-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix dispatchPtr,dispatchReplayCntReg update when nested replay and cancel |