summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats.def
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-02-03 03:56:57 -0500
committerKorey Sewell <ksewell@umich.edu>2006-02-03 03:56:57 -0500
commit1e222c1502f8cf40535fed23b3f51c5f25a6c29f (patch)
tree6d6790032575173c471db468464d78f91cbd6e05 /arch/mips/isa/formats.def
parentde1f3a7b6bd21845faaf48c8fa509a432c01c165 (diff)
downloadgem5-1e222c1502f8cf40535fed23b3f51c5f25a6c29f.tar.xz
.h -> .def
--HG-- rename : arch/mips/isa/bitfields.h => arch/mips/isa/bitfields.def rename : arch/mips/isa/decoder.h => arch/mips/isa/decoder.def rename : arch/mips/isa/formats.h => arch/mips/isa/formats.def rename : arch/mips/isa/operands.h => arch/mips/isa/operands.def extra : convert_revision : 45cb5485311d51982ebcaf1c7eec34e8751c31f5
Diffstat (limited to 'arch/mips/isa/formats.def')
-rw-r--r--arch/mips/isa/formats.def22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/isa/formats.def b/arch/mips/isa/formats.def
new file mode 100644
index 000000000..404314c7a
--- /dev/null
+++ b/arch/mips/isa/formats.def
@@ -0,0 +1,22 @@
+//Include the basic format
+//Templates from this format are used later
+##include "m5/arch/mips/isa_desc/formats/basic.format"
+
+//Include the integerOp and integerOpCc format
+##include "m5/arch/mips/isa_desc/formats/integerop.format"
+
+//Include the floatOp format
+##include "m5/arch/mips/isa_desc/formats/floatop.format"
+
+//Include the mem format
+##include "m5/arch/mips/isa_desc/formats/mem.format"
+
+//Include the trap format
+##include "m5/arch/mips/isa_desc/formats/trap.format"
+
+//Include the branch format
+##include "m5/arch/mips/isa_desc/formats/branch.format"
+
+//Include the noop format
+##include "m5/arch/mips/isa_desc/formats/noop.format"
+