formats.isa revision 2028
1//Include the basic format
2//Templates from this format are used later
3##include "m5/arch/mips/isa_desc/formats/basic.format"
4
5//Include the integerOp and integerOpCc format
6##include "m5/arch/mips/isa_desc/formats/integerop.format"
7
8//Include the floatOp format
9##include "m5/arch/mips/isa_desc/formats/floatop.format"
10
11//Include the mem format
12##include "m5/arch/mips/isa_desc/formats/mem.format"
13
14//Include the trap format
15##include "m5/arch/mips/isa_desc/formats/trap.format"
16
17//Include the branch format
18##include "m5/arch/mips/isa_desc/formats/branch.format"
19
20//Include the noop format
21##include "m5/arch/mips/isa_desc/formats/noop.format"
22
23