sparc: Pull most of the Nop format out of the ISA description.
authorGabe Black <gabeblack@google.com>
Tue, 7 Nov 2017 02:38:32 +0000 (18:38 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 22 Nov 2017 00:22:16 +0000 (00:22 +0000)
commit695414217fdb4bfa4e6faf9fe92297c519140396
tree1c9be9b48499838cb2d84cb998f18e3f232e913d
parenta5eee974589898999b4f32c6ee24044b4a4d8100
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>
src/arch/sparc/insts/nop.cc [new file with mode: 0644]
src/arch/sparc/insts/nop.hh [new file with mode: 0644]
src/arch/sparc/isa/decoder.isa
src/arch/sparc/isa/formats/nop.isa
src/arch/sparc/isa/includes.isa