summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/formats/formats.isa
blob: ed31788a6fcec2eb9401d33f83bcc5adb423f8bf (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
34
35
36
37
38
// -*- mode:c++ -*-

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

//Include the basic format
##include "noop.isa"

//Include utility functions
##include "util.isa"

//Include the control/cp0/cp1 formats
##include "control.isa"

//Include the integer formats
##include "int.isa"

//Include the floatOp format
##include "fp.isa"

//Include the mem format
##include "mem.isa"

//Include the mem format
##include "mt.isa"

//Include the trap format
##include "trap.isa"

//Include the branch format
##include "branch.isa"

//Include the noop format
##include "unimp.isa"

//Include the noop format
##include "unknown.isa"