diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-01-29 17:25:54 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-01-29 17:25:54 -0500 |
commit | 8b783f8ad2e0d00ddbdc93b81af7bb381dbf8d3d (patch) | |
tree | 353a72eb55d3c74ab583cd2a2c5f2c4e94e6f617 /arch/sparc/isa_desc/formats.h | |
parent | 0162c52f17b92d7e834d7a5299e36f62f4a00230 (diff) | |
download | gem5-8b783f8ad2e0d00ddbdc93b81af7bb381dbf8d3d.tar.xz |
sparc files that were removed from revision 1.888
--HG--
extra : convert_revision : f285a442b64eee183f7d0f6c203f0b0aa7ea8586
Diffstat (limited to 'arch/sparc/isa_desc/formats.h')
-rw-r--r-- | arch/sparc/isa_desc/formats.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/sparc/isa_desc/formats.h b/arch/sparc/isa_desc/formats.h new file mode 100644 index 000000000..733a093f5 --- /dev/null +++ b/arch/sparc/isa_desc/formats.h @@ -0,0 +1,19 @@ +//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" + |