initial changes to decoder.hh and copied files from arch/sparc directory
authorKorey Sewell <ksewell@umich.edu>
Wed, 25 Jan 2006 19:43:47 +0000 (14:43 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 25 Jan 2006 19:43:47 +0000 (14:43 -0500)
commit90aa2dbfc226f6b34165603b38f102312008c23c
tree24456b306e3da10e6c0532aa882b1563973b6945
parent89596f0cfa223a2f2836caa56ed79b8a0996f740
initial changes to decoder.hh and copied files from arch/sparc directory

arch/mips/isa_desc/bitfields.h:
arch/mips/isa_desc/formats.h:
arch/mips/isa_desc/formats/basic.format:
arch/mips/isa_desc/formats/branch.format:
arch/mips/isa_desc/formats/integerop.format:
arch/mips/isa_desc/formats/mem.format:
arch/mips/isa_desc/formats/noop.format:
arch/mips/isa_desc/formats/trap.format:
arch/mips/isa_desc/includes.h:
arch/mips/isa_desc/operands.h:
arch/mips/isa_traits.cc:
arch/mips/isa_traits.hh:
    copied from sparc ISA directory
arch/mips/isa_desc/decoder.h:
    decoder I started to work on...

--HG--
rename : arch/sparc/isa_desc/bitfields.h => arch/mips/isa_desc/bitfields.h
rename : arch/sparc/isa_desc/decoder.h => arch/mips/isa_desc/decoder.h
rename : arch/sparc/isa_desc/formats.h => arch/mips/isa_desc/formats.h
rename : arch/sparc/isa_desc/formats/basic.format => arch/mips/isa_desc/formats/basic.format
rename : arch/sparc/isa_desc/formats/branch.format => arch/mips/isa_desc/formats/branch.format
rename : arch/sparc/isa_desc/formats/integerop.format => arch/mips/isa_desc/formats/integerop.format
rename : arch/sparc/isa_desc/formats/mem.format => arch/mips/isa_desc/formats/mem.format
rename : arch/sparc/isa_desc/formats/noop.format => arch/mips/isa_desc/formats/noop.format
rename : arch/sparc/isa_desc/formats/trap.format => arch/mips/isa_desc/formats/trap.format
rename : arch/sparc/isa_desc/includes.h => arch/mips/isa_desc/includes.h
rename : arch/sparc/isa_desc/operands.h => arch/mips/isa_desc/operands.h
rename : arch/sparc/isa_traits.cc => arch/mips/isa_traits.cc
rename : arch/sparc/isa_traits.hh => arch/mips/isa_traits.hh
extra : convert_revision : d4f281960ecf2dce479fb665469c6f2c5dd3063e
26 files changed:
arch/mips/isa_desc/bitfields.h [new file with mode: 0644]
arch/mips/isa_desc/decoder.h [new file with mode: 0644]
arch/mips/isa_desc/formats.h [new file with mode: 0644]
arch/mips/isa_desc/formats/basic.format [new file with mode: 0644]
arch/mips/isa_desc/formats/branch.format [new file with mode: 0644]
arch/mips/isa_desc/formats/integerop.format [new file with mode: 0644]
arch/mips/isa_desc/formats/mem.format [new file with mode: 0644]
arch/mips/isa_desc/formats/noop.format [new file with mode: 0644]
arch/mips/isa_desc/formats/trap.format [new file with mode: 0644]
arch/mips/isa_desc/includes.h [new file with mode: 0644]
arch/mips/isa_desc/operands.h [new file with mode: 0644]
arch/mips/isa_traits.cc [new file with mode: 0644]
arch/mips/isa_traits.hh [new file with mode: 0644]
arch/sparc/isa_desc/bitfields.h [deleted file]
arch/sparc/isa_desc/decoder.h [deleted file]
arch/sparc/isa_desc/formats.h [deleted file]
arch/sparc/isa_desc/formats/basic.format [deleted file]
arch/sparc/isa_desc/formats/branch.format [deleted file]
arch/sparc/isa_desc/formats/integerop.format [deleted file]
arch/sparc/isa_desc/formats/mem.format [deleted file]
arch/sparc/isa_desc/formats/noop.format [deleted file]
arch/sparc/isa_desc/formats/trap.format [deleted file]
arch/sparc/isa_desc/includes.h [deleted file]
arch/sparc/isa_desc/operands.h [deleted file]
arch/sparc/isa_traits.cc [deleted file]
arch/sparc/isa_traits.hh [deleted file]