gem5/arch/sparc/isa_desc/formats.h
Korey Sewell 8b783f8ad2 sparc files that were removed from revision 1.888
--HG--
extra : convert_revision : f285a442b64eee183f7d0f6c203f0b0aa7ea8586
2006-01-29 17:25:54 -05:00

19 lines
566 B
C

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