formats.isa revision 2686:f0d591379ac3
1// -*- mode:c++ -*-
2
3//Templates from this format are used later
4//Include the basic format
5##include "basic.isa"
6
7//Include the basic format
8##include "noop.isa"
9
10//Include utility functions
11##include "util.isa"
12
13//Include the control/cp0/cp1 formats
14##include "control.isa"
15
16//Include the integer formats
17##include "int.isa"
18
19//Include the floatOp format
20##include "fp.isa"
21
22//Include the mem format
23##include "mem.isa"
24
25//Include the mem format
26##include "mt.isa"
27
28//Include the trap format
29##include "trap.isa"
30
31//Include the branch format
32##include "branch.isa"
33
34//Include the noop format
35##include "unimp.isa"
36
37//Include the noop format
38##include "unknown.isa"
39