X86: Major rework of how regop microops are generated.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 1 Sep 2007 05:28:07 +0000 (22:28 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 1 Sep 2007 05:28:07 +0000 (22:28 -0700)
commit9da070ce8a9cf40452b44621808586a5d2c2a189
tree85d55c9bce21dde66c44f9037c5921edacd958db
parent9277545ba6b9a7756c34f90626860e44a833847d
X86: Major rework of how regop microops are generated.
The new implementation uses metaclass, and gives a lot more precise control
with a lot less verbosity. The flags/no flags reg/imm variants are all handled
by the same python class now which supplies a constructor to the right C++
class based on context.

--HG--
extra : convert_revision : 712e3ec6de7a5a038da083f79635fd7a687d56e5
src/arch/x86/isa/macroop.isa
src/arch/x86/isa/microops/base.isa
src/arch/x86/isa/microops/regop.isa