Re: [gem5-users] Does gem5 count float multiplications?

2018-06-11 Thread Da Zhang
They are also 0s. On Sun, Jun 10, 2018 at 7:05 PM, Tariq Azmy wrote: > Did you look into SimdFloatMult, SimdFloatDiv, and SimdFloatCmp in the > stats and see if there are any numbers listed in there? The operation might > have been executed with sse instruction. > > On Sat, Jun 9, 2018 at 4:02 P

Re: [gem5-users] Does gem5 count float multiplications?

2018-06-10 Thread Tariq Azmy
Did you look into SimdFloatMult, SimdFloatDiv, and SimdFloatCmp in the stats and see if there are any numbers listed in there? The operation might have been executed with sse instruction. On Sat, Jun 9, 2018 at 4:02 PM, Da Zhang wrote: > Hey guys, > > I am trying to add floating point multiplica

[gem5-users] Does gem5 count float multiplications?

2018-06-09 Thread Da Zhang
Hey guys, I am trying to add floating point multiplications (so do floating point dividing and comparing) to the benchmarks as instruments so that I can use the number of floating point multiplications as a counter for the benchmarks during simulation. I see there is FloatMult next to FloatAdd, so