summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats/formats.isa
blob: 7d493ffaec96f09dfc8c5a73ab65dd6e73733825 (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
// -*- 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 cop0 formats
##include "cop0.isa"

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

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

//Include the mem format
##include "mem.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"