gem5/arch/mips/isa
Korey Sewell 80dee53b04 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
2006-05-11 03:26:19 -04:00
..
formats Fixes for Paired-Single FP Compare Operations... 2006-05-11 03:26:19 -04:00
base.isa added unimp faults 2006-04-06 18:04:49 -04:00
bitfields.isa Start working on more complex FP tests 2006-05-08 03:59:40 -04:00
decoder.isa Fixes for Paired-Single FP Compare Operations... 2006-05-11 03:26:19 -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 Support for FP Paired Single Operations 2006-05-10 20:54:03 -04:00