2006-02-09 19:56:24 +01:00
|
|
|
//Include the basic format
|
|
|
|
//Templates from this format are used later
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/basic.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
2006-04-01 03:31:53 +02:00
|
|
|
//Include the noop format
|
|
|
|
##include "formats/nop.isa"
|
|
|
|
|
2006-02-09 19:56:24 +01:00
|
|
|
//Include the integerOp and integerOpCc format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/integerop.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
2006-03-16 19:58:50 +01:00
|
|
|
//Include the memory format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/mem.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
2006-03-16 19:58:50 +01:00
|
|
|
//Include the compare and swap format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/cas.isa"
|
2006-03-16 19:58:50 +01:00
|
|
|
|
2006-02-09 19:56:24 +01:00
|
|
|
//Include the trap format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/trap.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|
2006-03-16 19:58:50 +01:00
|
|
|
//Include the "unknown" format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/unknown.isa"
|
2006-03-16 19:58:50 +01:00
|
|
|
|
|
|
|
//Include the priveleged mode format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/priv.isa"
|
2006-03-16 19:58:50 +01:00
|
|
|
|
2006-02-09 19:56:24 +01:00
|
|
|
//Include the branch format
|
2006-03-29 05:29:42 +02:00
|
|
|
##include "formats/branch.isa"
|
2006-02-09 19:56:24 +01:00
|
|
|
|