17d68061bc97b1a6c1195e54cee12e5eb81ffe8d
[gem5.git] / arch / sparc / isa / formats.isa
1 //Include the basic format
2 //Templates from this format are used later
3 ##include "formats/basic.isa"
4
5 //Include the noop format
6 ##include "formats/nop.isa"
7
8 //Include the integerOp and integerOpCc format
9 ##include "formats/integerop.isa"
10
11 //Include the memory format
12 ##include "formats/mem.isa"
13
14 //Include the compare and swap format
15 ##include "formats/cas.isa"
16
17 //Include the trap format
18 ##include "formats/trap.isa"
19
20 //Include the "unknown" format
21 ##include "formats/unknown.isa"
22
23 //Include the priveleged mode format
24 ##include "formats/priv.isa"
25
26 //Include the branch format
27 ##include "formats/branch.isa"
28