gem5/arch/mips/isa
Korey Sewell 035b443093 mainly added minor support for the basic arithmetic operations (add, mult, shift)
arch/mips/isa/bitfields.def:
    Add comment, move definition up in file
arch/mips/isa/decoder.def:
    add basic arithmetic operations
arch/mips/isa/formats/fp.format:
    change Integer -> FP words
arch/mips/isa/formats/int.format:
    Add derived IntImm class
arch/mips/isa/operands.def:
    change to MIPS sytle operands

--HG--
rename : arch/mips/isa/formats/fpop.format => arch/mips/isa/formats/fp.format
rename : arch/mips/isa/formats/integerop.format => arch/mips/isa/formats/int.format
extra : convert_revision : a95da47bc981e56a9898421da4eeb9c442d1dc15
2006-02-03 23:04:06 -05:00
..
formats mainly added minor support for the basic arithmetic operations (add, mult, shift) 2006-02-03 23:04:06 -05:00
bitfields.def mainly added minor support for the basic arithmetic operations (add, mult, shift) 2006-02-03 23:04:06 -05:00
decoder.def mainly added minor support for the basic arithmetic operations (add, mult, shift) 2006-02-03 23:04:06 -05:00
formats.def .h -> .def 2006-02-03 03:56:57 -05:00
includes.h Checkin (Merge?) files ... Added a few new format files 2006-02-03 03:38:27 -05:00
mips.isa Checkin (Merge?) files ... Added a few new format files 2006-02-03 03:38:27 -05:00
operands.def mainly added minor support for the basic arithmetic operations (add, mult, shift) 2006-02-03 23:04:06 -05:00