2006-02-09 19:56:24 +01:00
|
|
|
//Include the basic format
|
|
|
|
//Templates from this format are used later
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/basic.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
|
|
|
//Include the integerOp and integerOpCc format
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/integerop.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
|
|
|
//Include the mem format
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/mem.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
|
|
|
//Include the trap format
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/trap.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
|
|
|
//Include the branch format
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/branch.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
|
|
|
//Include the noop format
|
2006-02-10 04:27:41 +01:00
|
|
|
##include "m5/arch/sparc/isa/formats/noop.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|