Hi everyone,

If I wanted to get the latency of a micro-op in X86 before it is
"executed", what files or folders should I look into to get the latency.

As we know they are two types of latencies associated with any micro-op or
any instruction(one latency of actually executing it and the other for
fetching/receiving data etc). Am interested in the later, For example the
"ld"(load)micro-op, i want to calculate the time it takes to load the data
from the memory to the registers but not its actual latency. And I want to
do it before it is send to be executed.

I can find the latency once it has been executed in terms of ticks, but I
am not interested in it after it has been decoded and executed, I want to
store the latency of it beforehand.

Is it possible to achieve this or not in gem5?


Thanks
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to