mainly added minor support for the basic arithmetic operations (add, mult, shift)
authorKorey Sewell <ksewell@umich.edu>
Sat, 4 Feb 2006 04:04:06 +0000 (23:04 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sat, 4 Feb 2006 04:04:06 +0000 (23:04 -0500)
commit035b443093cc969c79e67285b0f421a7f12edf33
tree0651a09570db293ac6bb897fd104ea25ee229c36
parent1e222c1502f8cf40535fed23b3f51c5f25a6c29f
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
arch/mips/isa/bitfields.def
arch/mips/isa/decoder.def
arch/mips/isa/formats/fp.format [new file with mode: 0644]
arch/mips/isa/formats/fpop.format [deleted file]
arch/mips/isa/formats/int.format [new file with mode: 0644]
arch/mips/isa/formats/integerop.format [deleted file]
arch/mips/isa/operands.def