summaryrefslogtreecommitdiff
path: root/tests/long/10.linux-boot
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-13 17:45:30 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-13 17:45:30 -0800
commit44306e8114236fb943cdf5462b3ae076b672e8eb (patch)
treec78a92415ba1f184b67b04e32799c8c9e2d9d7c6 /tests/long/10.linux-boot
parentbce2be525d0ff05af914515bc2d9e9ac9d66a123 (diff)
downloadgem5-44306e8114236fb943cdf5462b3ae076b672e8eb.tar.xz
X86: Update stats now that the dest reg isn't read unnecessarily to set flags.
Diffstat (limited to 'tests/long/10.linux-boot')
-rwxr-xr-xtests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout6
-rw-r--r--tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt10
-rwxr-xr-xtests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/simout6
-rw-r--r--tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt10
4 files changed, 16 insertions, 16 deletions
diff --git a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout
index 38bf6ae35..30d3a70e1 100755
--- a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout
+++ b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout
@@ -5,9 +5,9 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Feb 7 2011 20:06:47
-M5 revision 698a266e9195 7937 default qtip regwidthdecstats.patch tip
-M5 started Feb 7 2011 20:06:51
+M5 compiled Feb 8 2011 00:58:27
+M5 revision 705a4d351a43 7939 default qtip resforflagsstats.patch tip
+M5 started Feb 8 2011 00:58:30
M5 executing on burrito
command line: build/X86_FS/m5.fast -d build/X86_FS/tests/fast/long/10.linux-boot/x86/linux/pc-simple-atomic -re tests/run.py build/X86_FS/tests/fast/long/10.linux-boot/x86/linux/pc-simple-atomic
Global frequency set at 1000000000000 ticks per second
diff --git a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt
index 8bbe54cee..113af673f 100644
--- a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt
+++ b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt
@@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 1847456 # Simulator instruction rate (inst/s)
-host_mem_usage 370792 # Number of bytes of host memory used
-host_seconds 220.10 # Real time elapsed on the host
-host_tick_rate 23226044729 # Simulator tick rate (ticks/s)
+host_inst_rate 1892986 # Simulator instruction rate (inst/s)
+host_mem_usage 370804 # Number of bytes of host memory used
+host_seconds 214.81 # Real time elapsed on the host
+host_tick_rate 23798444654 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
sim_insts 406624453 # Number of instructions simulated
sim_seconds 5.112051 # Number of seconds simulated
@@ -341,7 +341,7 @@ system.cpu.num_idle_cycles 9770620811.997942
system.cpu.num_insts 406624453 # Number of instructions executed
system.cpu.num_int_alu_accesses 391833833 # Number of integer alu accesses
system.cpu.num_int_insts 391833833 # number of integer instructions
-system.cpu.num_int_register_reads 896752479 # number of times the integer registers were read
+system.cpu.num_int_register_reads 836347867 # number of times the integer registers were read
system.cpu.num_int_register_writes 419160860 # number of times the integer registers were written
system.cpu.num_load_insts 29720540 # Number of load instructions
system.cpu.num_mem_refs 38133606 # number of memory refs
diff --git a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/simout b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/simout
index 2c385565e..628b3cd61 100755
--- a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/simout
+++ b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/simout
@@ -5,9 +5,9 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Feb 7 2011 20:06:47
-M5 revision 698a266e9195 7937 default qtip regwidthdecstats.patch tip
-M5 started Feb 7 2011 20:06:51
+M5 compiled Feb 8 2011 00:58:27
+M5 revision 705a4d351a43 7939 default qtip resforflagsstats.patch tip
+M5 started Feb 8 2011 00:58:30
M5 executing on burrito
command line: build/X86_FS/m5.fast -d build/X86_FS/tests/fast/long/10.linux-boot/x86/linux/pc-simple-timing -re tests/run.py build/X86_FS/tests/fast/long/10.linux-boot/x86/linux/pc-simple-timing
Global frequency set at 1000000000000 ticks per second
diff --git a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt
index 78f75199b..091a2e71c 100644
--- a/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt
+++ b/tests/long/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt
@@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 1318453 # Simulator instruction rate (inst/s)
-host_mem_usage 367344 # Number of bytes of host memory used
-host_seconds 200.51 # Real time elapsed on the host
-host_tick_rate 25871076282 # Simulator tick rate (ticks/s)
+host_inst_rate 1227876 # Simulator instruction rate (inst/s)
+host_mem_usage 367348 # Number of bytes of host memory used
+host_seconds 215.31 # Real time elapsed on the host
+host_tick_rate 24093749418 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
sim_insts 264367743 # Number of instructions simulated
sim_seconds 5.187507 # Number of seconds simulated
@@ -395,7 +395,7 @@ system.cpu.num_idle_cycles 9771315874.126116
system.cpu.num_insts 264367743 # Number of instructions executed
system.cpu.num_int_alu_accesses 249584659 # Number of integer alu accesses
system.cpu.num_int_insts 249584659 # number of integer instructions
-system.cpu.num_int_register_reads 590325911 # number of times the integer registers were read
+system.cpu.num_int_register_reads 543556622 # number of times the integer registers were read
system.cpu.num_int_register_writes 266062505 # number of times the integer registers were written
system.cpu.num_load_insts 14817593 # Number of load instructions
system.cpu.num_mem_refs 23178416 # number of memory refs