formats.isa revision 2632:1bb2f91485ea
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 cop0 formats
14##include "cop0.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 trap format
26##include "trap.isa"
27
28//Include the branch format
29##include "branch.isa"
30
31//Include the noop format
32##include "unimp.isa"
33
34//Include the noop format
35##include "unknown.isa"
36