summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats.isa
blob: 61ac185d3701ef536ae1fc46ec4fa6554ea6358b (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
//Templates from this format are used later
##include "m5/arch/mips/isa/formats/util.isa"

//Include the basic format
##include "m5/arch/mips/isa/formats/basic.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/noop.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"