summaryrefslogtreecommitdiff
path: root/tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-13 17:44:24 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-13 17:44:24 -0800
commit4e1adf85f77edf761466af3568576d3f9134a14c (patch)
tree8427e201552cc31aef6dfec5fdf4e010d59ad5c7 /tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt
parent399e095510ff6bc469c45b1e5afa96567d757004 (diff)
downloadgem5-4e1adf85f77edf761466af3568576d3f9134a14c.tar.xz
X86: Don't read in dest regs if all bits are replaced.
In x86, 32 and 64 bit writes to registers in which registers appear to be 32 or 64 bits wide overwrite all bits of the destination register. This change removes false dependencies in these cases where the previous value of a register doesn't need to be read to write a new value. New versions of most microops are created that have a "Big" suffix which simply overwrite their destination, and the right version to use is selected during microop allocation based on the selected data size. This does not change the performance of the O3 CPU model significantly, I assume because there are other false dependencies from the condition code bits in the flags register.
Diffstat (limited to 'tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt')
0 files changed, 0 insertions, 0 deletions