summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/includes.isa
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-11-06 18:38:32 -0800
committerGabe Black <gabeblack@google.com>2017-11-22 00:22:16 +0000
commit695414217fdb4bfa4e6faf9fe92297c519140396 (patch)
tree1c9be9b48499838cb2d84cb998f18e3f232e913d /src/arch/sparc/isa/includes.isa
parenta5eee974589898999b4f32c6ee24044b4a4d8100 (diff)
downloadgem5-695414217fdb4bfa4e6faf9fe92297c519140396.tar.xz
sparc: Pull most of the Nop format out of the ISA description.
The Nop format mostly just made instructions that inherited from the Nop base class but with different mnemonics, so there doesn't need to be very much dynamic content. Change-Id: I1cf5e25ca8372f9b71f56d49756879c7545c9f6c Reviewed-on: https://gem5-review.googlesource.com/5462 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/arch/sparc/isa/includes.isa')
-rw-r--r--src/arch/sparc/isa/includes.isa1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/sparc/isa/includes.isa b/src/arch/sparc/isa/includes.isa
index 599677eb9..fb0196f3d 100644
--- a/src/arch/sparc/isa/includes.isa
+++ b/src/arch/sparc/isa/includes.isa
@@ -40,6 +40,7 @@ output header {{
#include "arch/sparc/faults.hh"
#include "arch/sparc/insts/branch.hh"
+#include "arch/sparc/insts/nop.hh"
#include "arch/sparc/insts/priv.hh"
#include "arch/sparc/insts/static_inst.hh"
#include "arch/sparc/insts/trap.hh"