sparc: Pull more StaticInst base classes out of the ISA desc.
authorGabe Black <gabeblack@google.com>
Tue, 7 Nov 2017 02:22:38 +0000 (18:22 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 22 Nov 2017 00:19:11 +0000 (00:19 +0000)
commita5eee974589898999b4f32c6ee24044b4a4d8100
treefa80b387820aa0e5de5b352fde16ff99b0551575
parent7723adff2671cda828f1b482765b2a5d7d2039ed
sparc: Pull more StaticInst base classes out of the ISA desc.

These are for the trap and branch instructions.

Change-Id: Idedab6f3e6c6c954c1f8a36dae52976cf25ad394
Reviewed-on: https://gem5-review.googlesource.com/5461
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/sparc/insts/SConscript
src/arch/sparc/insts/branch.cc [new file with mode: 0644]
src/arch/sparc/insts/branch.hh [new file with mode: 0644]
src/arch/sparc/insts/trap.cc [new file with mode: 0644]
src/arch/sparc/insts/trap.hh [new file with mode: 0644]
src/arch/sparc/isa/formats/branch.isa
src/arch/sparc/isa/formats/trap.isa
src/arch/sparc/isa/includes.isa