----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1866/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9686:4f4352a352e2 --------------------------- x86: add op class for int and fp instructions Currently all the integer instructions are marked as IntAluOp and the floating point instructions are marked as FpAddOp. This patch adds support for marking different instructions differently. Now IntMultOp, IntDivOp, FloatDivOp, FloatMultOp, FloatCvtOp, FloatSqrtOp classes will be used as well. This will help in providing different latencies for different op class. Diffs ----- src/arch/x86/isa/microops/fpop.isa eb075b2b925a src/arch/x86/isa/microops/regop.isa eb075b2b925a Diff: http://reviews.gem5.org/r/1866/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
