Re: [gem5-users] X86 O3 instruction fetch problem

2012-10-26 Thread Ali Saidi
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 Th

Re: [gem5-users] X86 O3 instruction fetch problem

2012-10-25 Thread Shen Yiran
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 wrote: > Hi All, > > I am looking into the fetching stage for X86 O3. I have one q