Checkin (Merge?) files ... Added a few new format files
authorKorey Sewell <ksewell@umich.edu>
Fri, 3 Feb 2006 08:38:27 +0000 (03:38 -0500)
committerKorey Sewell <ksewell@umich.edu>
Fri, 3 Feb 2006 08:38:27 +0000 (03:38 -0500)
commitf7a75d872b4bf94aafcfcb5f773afda75f7c3499
treeec53a10fbc58fcb4061d770637ff9e33497f6d65
parent3d2773195c4d7ecd710ceda19612c1dc228fb1e0
Checkin (Merge?) files ... Added a few new format files

arch/mips/isa/formats/fpop.format:
    Floating Point Formats
arch/mips/isa/formats/tlb.format:
    TLB Ops Format
arch/mips/isa/mips.isa:
    Name change to mips.isa

--HG--
rename : arch/mips/isa_desc/bitfields.h => arch/mips/isa/bitfields.h
rename : arch/mips/isa_desc/decoder.h => arch/mips/isa/decoder.h
rename : arch/mips/isa_desc/formats.h => arch/mips/isa/formats.h
rename : arch/mips/isa_desc/formats/basic.format => arch/mips/isa/formats/basic.format
rename : arch/mips/isa_desc/formats/branch.format => arch/mips/isa/formats/branch.format
rename : arch/mips/isa_desc/formats/integerop.format => arch/mips/isa/formats/integerop.format
rename : arch/mips/isa_desc/formats/mem.format => arch/mips/isa/formats/mem.format
rename : arch/mips/isa_desc/formats/noop.format => arch/mips/isa/formats/noop.format
rename : arch/mips/isa_desc/formats/trap.format => arch/mips/isa/formats/trap.format
rename : arch/mips/isa_desc/includes.h => arch/mips/isa/includes.h
rename : arch/mips/isa_desc/operands.h => arch/mips/isa/operands.h
extra : convert_revision : 069a24da405b613f688e693fd038ac7a30a4faed
25 files changed:
arch/mips/isa/bitfields.h [new file with mode: 0644]
arch/mips/isa/decoder.h [new file with mode: 0644]
arch/mips/isa/formats.h [new file with mode: 0644]
arch/mips/isa/formats/basic.format [new file with mode: 0644]
arch/mips/isa/formats/branch.format [new file with mode: 0644]
arch/mips/isa/formats/fpop.format [new file with mode: 0644]
arch/mips/isa/formats/integerop.format [new file with mode: 0644]
arch/mips/isa/formats/mem.format [new file with mode: 0644]
arch/mips/isa/formats/noop.format [new file with mode: 0644]
arch/mips/isa/formats/tlb.format [new file with mode: 0644]
arch/mips/isa/formats/trap.format [new file with mode: 0644]
arch/mips/isa/includes.h [new file with mode: 0644]
arch/mips/isa/mips.isa [new file with mode: 0644]
arch/mips/isa/operands.h [new file with mode: 0644]
arch/mips/isa_desc/bitfields.h [deleted file]
arch/mips/isa_desc/decoder.h [deleted file]
arch/mips/isa_desc/formats.h [deleted file]
arch/mips/isa_desc/formats/basic.format [deleted file]
arch/mips/isa_desc/formats/branch.format [deleted file]
arch/mips/isa_desc/formats/integerop.format [deleted file]
arch/mips/isa_desc/formats/mem.format [deleted file]
arch/mips/isa_desc/formats/noop.format [deleted file]
arch/mips/isa_desc/formats/trap.format [deleted file]
arch/mips/isa_desc/includes.h [deleted file]
arch/mips/isa_desc/operands.h [deleted file]