Fixes for Paired-Single FP Compare Operations...
authorKorey Sewell <ksewell@umich.edu>
Thu, 11 May 2006 07:26:19 +0000 (03:26 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 11 May 2006 07:26:19 +0000 (03:26 -0400)
commit80dee53b0430f829e8f9aff1a68c62e113f3ce24
treebf8a7dd80abaebcbadc9908207e379f99bdc15fa
parentc552b06a8caed6fe5ba8393b4c2f7e2199742bee
Fixes for Paired-Single FP Compare Operations...
Now all the variations of FP should be implemented correctly in the decoder.
The new formats and functions supporting these functions need to be implemented for
some of the FP stuff but for the most part things are looking like their "supposed to"...

arch/mips/isa/decoder.isa:
    Fixes for Paired-Single FP Compare Operations...
    Now all the variations of FP should be implemented correctly in the decoder.
arch/mips/isa/formats/fp.isa:
    Add new PS formats
arch/mips/isa_traits.cc:
    Add skeleton overloaded round & truncate functions
arch/mips/isa_traits.hh:
    declare overloaded functions

--HG--
extra : convert_revision : 15d5cf7b08ac2dc9ebcd6b268e92d4abffdd8597
arch/mips/isa/decoder.isa
arch/mips/isa/formats/fp.isa
arch/mips/isa_traits.cc
arch/mips/isa_traits.hh