gem5/arch/mips/isa
Korey Sewell 6375b7aca9 revamping code to appropriately handle FP condition code and conversion ops.
There still needs to be a work around to handle the paired singles operations ...

arch/mips/isa/decoder.isa:
    More revamping of the floating point ops in decoder.isa. Change all of the
    "convert and round" functions to fpConvert. Also, the utility functions
    roundFP, truncFP, and unorderedFP are in place everywhere. Things
    have been set up to appropriately use the FP condition codes in the decoder.isa
    The fp.isa format file and the isa_traits.cc file now needed to be updated
    to implement the appropriate "backend" operations/functionality...
arch/mips/isa_traits.hh:
    Remove convert & round functions
    Add roundFP, truncFP,unorderedFP, and the get/setFPconditionCode
    functions
arch/mips/isa_traits.cc:
    Add utility functions

--HG--
extra : convert_revision : 3d6708388abae5b432467f528d52e6343afecd9c
2006-05-10 16:52:27 -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 Start working on more complex FP tests 2006-05-08 03:59:40 -04:00
decoder.isa revamping code to appropriately handle FP condition code and conversion ops. 2006-05-10 16:52:27 -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