gem5/arch/mips/isa/formats
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
..
basic.isa updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
branch.isa Finally MIPS does hello world! 2006-04-10 12:23:17 -04:00
formats.isa Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
fp.isa Fixes for Paired-Single FP Compare Operations... 2006-05-11 03:26:19 -04:00
int.isa These fixes now allow all of the 20 mips tests to work properly! 2006-04-14 03:42:02 -04:00
mem.isa Rewrite CFC1 & CTC1 instruction definitions 2006-04-27 05:07:11 -04:00
noop.isa Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu 2006-03-14 18:28:51 -05:00
tlbop.isa add at least BasicOp Format to most if not all instructions 2006-02-08 14:50:07 -05:00
trap.isa updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
unimp.isa Finally MIPS does hello world! 2006-04-10 12:23:17 -04:00
unknown.isa Finally MIPS does hello world! 2006-04-10 12:23:17 -04:00
util.isa Use lower two bits of FCSR reg to determine rounding mode (may want to move this out of decoder.isa and into a template) 2006-04-28 00:24:25 -04:00