gem5/arch/mips/isa/formats.def
Korey Sewell 1e222c1502 .h -> .def
--HG--
rename : arch/mips/isa/bitfields.h => arch/mips/isa/bitfields.def
rename : arch/mips/isa/decoder.h => arch/mips/isa/decoder.def
rename : arch/mips/isa/formats.h => arch/mips/isa/formats.def
rename : arch/mips/isa/operands.h => arch/mips/isa/operands.def
extra : convert_revision : 45cb5485311d51982ebcaf1c7eec34e8751c31f5
2006-02-03 03:56:57 -05:00

23 lines
647 B
Modula-2

//Include the basic format
//Templates from this format are used later
##include "m5/arch/mips/isa_desc/formats/basic.format"
//Include the integerOp and integerOpCc format
##include "m5/arch/mips/isa_desc/formats/integerop.format"
//Include the floatOp format
##include "m5/arch/mips/isa_desc/formats/floatop.format"
//Include the mem format
##include "m5/arch/mips/isa_desc/formats/mem.format"
//Include the trap format
##include "m5/arch/mips/isa_desc/formats/trap.format"
//Include the branch format
##include "m5/arch/mips/isa_desc/formats/branch.format"
//Include the noop format
##include "m5/arch/mips/isa_desc/formats/noop.format"