Searched hist:3732 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/sparc/isa/
H A Ddecoder.isa4108:3732e435a432 Thu Feb 22 20:05:00 EST 2007 Gabe Black <gblack@eecs.umich.edu> Merge zizzer.eecs.umich.edu:/bk/newmem
into ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-sparc32
/gem5/src/cpu/o3/
H A Diew_impl.hh3732:e84a6e9ebd3d Tue Dec 12 17:35:00 EST 2006 Kevin Lim <ktlim@umich.edu> Allow for multiple redirects to happen on a single cycle (only the one for the oldest instruction is passed on to commit).

This fixes a minor bug when multiple FU completions come back out of order (due to the order in which the FUs are freed up), and the oldest redirect isn't recorded properly. The eon benchmark should run now.

src/cpu/o3/iew_impl.hh:
Allow for multiple redirects to happen on a single cycle (only the one for the oldest instruction is passed on to commit).

Completed in 27 milliseconds