Depending on where you look at it, it could be either. 

Ali

On Oct 25, 2012, at 11:17 PM, Shen Yiran wrote:

> One more question will be is the nextPC associated with the DynInst the 
> physically next instruction stored after the current one, or it is just 
> predicted by some units??
> 
> On Thu, Oct 25, 2012 at 8:14 PM, Shen Yiran <[email protected]> wrote:
> Hi All,
> 
> I am looking into the fetching stage for X86 O3. I have one question. For 
> ordinary PC advancing without prediction or branch, lets say the current PC 
> is:
> 0x4120a4.0 while the nextPC associated with the same DynInst is 4120a5.1
> Why the actual PC fetched next will be 0x4120a4.1 instead of 4120a5.1?? It 
> seems there is no prediction or branch involved here.
> Another example will be like the current DynInst is 0x4120a4.2=>0x4120a5.3  
> But the actually fetched one will be 0x4120a5.0
> 
> How is X86's macro-op and micro-op correlated?
> 
> Thanks a lot.
> 
> Cheers,
> -Jacob
> 
> 
> 
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

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

Reply via email to