summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats.isa
blob: c244013dffaabea7df0e735168afb1df943ce2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- mode:c++ -*-

//Templates from this format are used later
//Include the basic format
##include "m5/arch/mips/isa/formats/basic.isa"

//Include the basic format
##include "m5/arch/mips/isa/formats/noop.isa"

//Include utility formats/functions
##include "m5/arch/mips/isa/formats/util.isa"

//Include the integerOp and integerOpCc format
##include "m5/arch/mips/isa/formats/int.isa"

//Include the floatOp format
##include "m5/arch/mips/isa/formats/fp.isa"

//Include the mem format
##include "m5/arch/mips/isa/formats/mem.isa"

//Include the trap format
##include "m5/arch/mips/isa/formats/trap.isa"

//Include the branch format
##include "m5/arch/mips/isa/formats/branch.isa"

//Include the noop format
##include "m5/arch/mips/isa/formats/unimp.isa"

//Include the noop format
##include "m5/arch/mips/isa/formats/unknown.isa"