X86: Move the fp microops to their own file with their own base classes in C++ and...
authorGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:27:55 +0000 (18:27 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:27:55 +0000 (18:27 -0700)
commita75b6f51060ceaa52014aa4dd6aadc6ca83365f8
treea8da313b6cf771f07ab0e1b795ea6be3137d4e29
parentf3f3747431e001dc6c80da5b6489516b610c22d6
X86: Move the fp microops to their own file with their own base classes in C++ and python.

--HG--
extra : convert_revision : 9cd223f2005adb36fea2bb56fa39793a58ec958c
13 files changed:
src/arch/x86/SConscript
src/arch/x86/insts/microfpop.cc [new file with mode: 0644]
src/arch/x86/insts/microfpop.hh [new file with mode: 0644]
src/arch/x86/insts/microop.cc [new file with mode: 0644]
src/arch/x86/insts/microop.hh
src/arch/x86/insts/microregop.cc
src/arch/x86/insts/microregop.hh
src/arch/x86/isa/includes.isa
src/arch/x86/isa/microops/base.isa
src/arch/x86/isa/microops/fpop.isa [new file with mode: 0644]
src/arch/x86/isa/microops/microops.isa
src/arch/x86/isa/microops/regop.isa
src/arch/x86/isa/operands.isa