----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1166/ -----------------------------------------------------------
(Updated May 18, 2012, 11:52 a.m.) Review request for Default. Description (updated) ------- Changeset 9008:eeef71e38de5 --------------------------- X86: Split Condition Code register This patch moves the ECF and EZF bits to a separate register. This is just an example patch for discussion. This is how I am proposing we should split the register. If this is acceptable, then ultimately we will have the following registers -- [ZAPS], [OF], [CF], [ECF], [EZF] and [DF]. Diffs (updated) ----- src/arch/x86/isa/microops/debug.isa 7100059f7bfd src/arch/x86/isa/microops/fpop.isa 7100059f7bfd src/arch/x86/isa/microops/mediaop.isa 7100059f7bfd src/arch/x86/isa/microops/regop.isa 7100059f7bfd src/arch/x86/isa/microops/seqop.isa 7100059f7bfd src/arch/x86/isa/microops/specop.isa 7100059f7bfd src/arch/x86/isa/operands.isa 7100059f7bfd src/arch/x86/regs/misc.hh 7100059f7bfd src/arch/x86/x86_traits.hh 7100059f7bfd Diff: http://reviews.gem5.org/r/1166/diff/ Testing ------- Boots Linux with atomic cpu. Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
