summaryrefslogtreecommitdiff
path: root/arch/sparc/isa_desc/formats.h
blob: 733a093f55cce1c3c041321c4d5cf8991e2f09e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Include the basic format
//Templates from this format are used later
##include "m5/arch/sparc/isa_desc/formats/basic.format"

//Include the integerOp and integerOpCc format
##include "m5/arch/sparc/isa_desc/formats/integerop.format"

//Include the mem format
##include "m5/arch/sparc/isa_desc/formats/mem.format"

//Include the trap format
##include "m5/arch/sparc/isa_desc/formats/trap.format"

//Include the branch format
##include "m5/arch/sparc/isa_desc/formats/branch.format"

//Include the noop format
##include "m5/arch/sparc/isa_desc/formats/noop.format"