X86: Put in the foundation for x87 stack based fp registers.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:26:42 +0000 (18:26 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:26:42 +0000 (18:26 -0700)
commitf3f3747431e001dc6c80da5b6489516b610c22d6
tree24fcbc928df1619a82dbfd9ffa6d6f6809f509f6
parenta54ae9f92b6000e8aaf5e056deaead8725c25a74
X86: Put in the foundation for x87 stack based fp registers.

--HG--
extra : convert_revision : 940f92efd4a9dc59106e991cc6d9836861ab69de
14 files changed:
src/arch/alpha/regfile.hh
src/arch/mips/regfile/regfile.hh
src/arch/sparc/regfile.hh
src/arch/x86/floatregfile.hh
src/arch/x86/floatregs.hh
src/arch/x86/isa/microasm.isa
src/arch/x86/isa/operands.isa
src/arch/x86/isa_traits.hh
src/arch/x86/miscregs.hh
src/arch/x86/regfile.cc
src/arch/x86/regfile.hh
src/cpu/o3/rename_impl.hh
src/cpu/o3/thread_context_impl.hh
src/cpu/simple_thread.hh