Basic MIPS floating point test works now ... I had to realize that when using the...
authorKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 17:26:15 +0000 (13:26 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 17:26:15 +0000 (13:26 -0400)
commita7565418d297043bf28fa8d9e1efaabb5c4faf07
treef5a7df1cbbf9ef423deb786e7240c2a03a7fa4aa
parent34a5732bd3c6a146a62757a50d59b7960c41fc5f
Basic MIPS floating point test works now ... I had to realize that when using the double FP reg the
register with the higher # contains the most significant bytes...

arch/mips/isa/decoder.isa:
    divide instruction fixes
arch/mips/isa_traits.cc:
    use double as argument to cvt & round function.
    clean up cout statements in function.
arch/mips/isa_traits.hh:
    In MIPS the higher # reg of a doubles pair is ALSO the most significant reg.
    Once I switched this the basic MIPS FP test I had worked.

--HG--
extra : convert_revision : 45c80df229e6174d0b52fc7cfb530642b1f1fc35
arch/mips/isa/decoder.isa
arch/mips/isa_traits.cc
arch/mips/isa_traits.hh