Hi all,

I'm new with gem5 and I want to estimate how 
many cycles it takes from fetch to commit stage for some instructions in an O3 
processor. For instance, consider following assembly code, I want to calculate 
the number of cycles from fetching till committing SUB 
instructions. Does anyone have any idea how I can do this?  
...
add r1,r2,r3
sub r1,r2,r4
mov r1,r2
... 

Regards,
Moslem
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to