2006-01-10 20:57:37 +01:00
|
|
|
//Include the basic format
|
|
|
|
//Templates from this format are used later
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/basic.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the integerOp and integerOpCc format
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/integerop.format"
|
|
|
|
|
|
|
|
//Include the floatOp format
|
|
|
|
##include "m5/arch/mips/isa_desc/formats/floatop.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the mem format
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/mem.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the trap format
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/trap.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the branch format
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/branch.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the noop format
|
2006-01-26 22:19:44 +01:00
|
|
|
##include "m5/arch/mips/isa_desc/formats/noop.format"
|
2006-01-10 20:57:37 +01:00
|
|
|
|