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