Searched hist:9437 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/alpha/
H A Dutility.hh5552:9437b71c6460 Mon Sep 22 11:21:00 EDT 2008 Nathan Binkert <nate@binkert.org> style
/gem5/src/cpu/o3/
H A Dcommit.hh9437:8088e94a9de0 Mon Jan 07 13:05:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> cpu: Fix broken squashAfter implementation in O3 CPU

Commit can currently both commit and squash in the same cycle. This
confuses other stages since the signals coming from the commit stage
can only signal either a squash or a commit in a cycle. This changeset
changes the behavior of squashAfter so that it commits all
instructions, including the instruction that requested the squash, in
the first cycle and then starts to squash in the next cycle.
H A Dcommit_impl.hh9437:8088e94a9de0 Mon Jan 07 13:05:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> cpu: Fix broken squashAfter implementation in O3 CPU

Commit can currently both commit and squash in the same cycle. This
confuses other stages since the signals coming from the commit stage
can only signal either a squash or a commit in a cycle. This changeset
changes the behavior of squashAfter so that it commits all
instructions, including the instruction that requested the squash, in
the first cycle and then starts to squash in the next cycle.

Completed in 66 milliseconds