Hi all,

I am trying to get data trace from addition and subtraction instructions on
x86. For this I located the place where add and sub instructions are
evaluated i.e. src/arch/x86/isa/microops/mediaop.isa. In this file at line
915, a class Maddi is defined which adds integer values. Then in
src/arch/x86/isa/insts/simd64/integer/arithmetic/addition.py file, maddi is
called. So I am confused whether the maadi in latter file calls Maddi class
in prior file or not ?
I want to know this because when I run benchmark I am getting data trace
for subtraction and not for addition. Whereas, addition should take place.
Then why am I not getting data trace for addition? And this is also the
same scenario for integer multiplication.

Am I going on the right track?

Any suggestions will be helpful to me.

Thanks in advance.

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

Reply via email to