gem5/arch/mips/isa
Korey Sewell a7565418d2 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
2006-05-07 13:26:15 -04:00
..
formats take-out debug only code 2006-05-04 21:21:11 -04:00
base.isa added unimp faults 2006-04-06 18:04:49 -04:00
bitfields.isa Finally MIPS does hello world! 2006-04-10 12:23:17 -04:00
decoder.isa Basic MIPS floating point test works now ... I had to realize that when using the double FP reg the 2006-05-07 13:26:15 -04:00
includes.isa added unimp faults 2006-04-06 18:04:49 -04:00
main.isa Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
operands.isa Merge m5.eecs.umich.edu:/bk/newmem 2006-04-18 09:44:45 -04:00