558cc7f775
arch/alpha/types.hh: Moved the DependenceTags enum from types to constants. arch/sparc/faults.cc: arch/sparc/faults.hh: Corrected a misspelling of PriviledgeOpcode and PrivilegedAction. arch/sparc/isa/formats.isa: Fixups towards compiling. Added a few additional instruction formats. --HG-- extra : convert_revision : 4c5506877b71b8a5c8c45db41192cf759cdac374
28 lines
773 B
Text
28 lines
773 B
Text
//Include the basic format
|
|
//Templates from this format are used later
|
|
##include "m5/arch/sparc/isa/formats/basic.isa"
|
|
|
|
//Include the integerOp and integerOpCc format
|
|
##include "m5/arch/sparc/isa/formats/integerop.isa"
|
|
|
|
//Include the memory format
|
|
##include "m5/arch/sparc/isa/formats/mem.isa"
|
|
|
|
//Include the compare and swap format
|
|
##include "m5/arch/sparc/isa/formats/cas.isa"
|
|
|
|
//Include the trap format
|
|
##include "m5/arch/sparc/isa/formats/trap.isa"
|
|
|
|
//Include the "unknown" format
|
|
##include "m5/arch/sparc/isa/formats/unknown.isa"
|
|
|
|
//Include the priveleged mode format
|
|
##include "m5/arch/sparc/isa/formats/priv.isa"
|
|
|
|
//Include the branch format
|
|
##include "m5/arch/sparc/isa/formats/branch.isa"
|
|
|
|
//Include the noop format
|
|
##include "m5/arch/sparc/isa/formats/noop.isa"
|
|
|