Fixed subtract with carry, and started some work with floating point.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 22 Jul 2006 19:50:40 +0000 (15:50 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 22 Jul 2006 19:50:40 +0000 (15:50 -0400)
commit14b11a9734ede105c626fa16e23b554e61a494f7
tree5049071df45ef00fb5ff90117f63e9e937d4c377
parent7ccdb7accc073d282e9df804da400394a795b2ae
Fixed subtract with carry, and started some work with floating point.

src/arch/sparc/isa/decoder.isa:
    fixed subc, subccc, added decoding for impdep1 to fit with ua2005, and started work on floating point.
src/arch/sparc/isa/operands.isa:
    Added in floating point operands, and changed the numbering of operands.
src/arch/sparc/regfile.hh:
    Fixed some memory errors related to floating point.

--HG--
extra : convert_revision : fa0aef2021a5cf99f175fceeb533fe63eb5f805c
src/arch/sparc/isa/decoder.isa
src/arch/sparc/isa/operands.isa
src/arch/sparc/regfile.hh