2006-01-10 20:57:37 +01:00
|
|
|
//Include the basic format
|
|
|
|
//Templates from this format are used later
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/basic.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the integerOp and integerOpCc format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/int.isa"
|
2006-01-26 22:19:44 +01:00
|
|
|
|
|
|
|
//Include the floatOp format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/fp.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the mem format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/mem.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the trap format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/trap.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the branch format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/branch.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|
|
|
|
//Include the noop format
|
2006-02-15 03:26:01 +01:00
|
|
|
##include "m5/arch/mips/isa/formats/noop.isa"
|
|
|
|
|
|
|
|
|
|
|
|
//Include the noop format
|
|
|
|
##include "m5/arch/mips/isa/formats/unimp.isa"
|
|
|
|
|
|
|
|
//Include the noop format
|
|
|
|
##include "m5/arch/mips/isa/formats/unknown.isa"
|
2006-01-10 20:57:37 +01:00
|
|
|
|