Hi Everyone, I want to trace vector multiplication instructions in X86 architecture which uses XMM registers. How can I extract those Instruction's informations such as the instruction and their operand's values?
When I use debug-trace flags, the type of floating point multiplication Instructions such as mulsd is shown as FloatAdd. I don't understand why is it not showing as FloatMult or SimdFloatMult? Thank you. -Dipesh
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
