arch: Create a base class for decoders.
authorGabe Black <gabeblack@google.com>
Tue, 18 Aug 2020 07:09:42 +0000 (00:09 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Aug 2020 01:07:13 +0000 (01:07 +0000)
commit65c8b246ba2ec9b8be95b419ebab09d954617ccc
tree221dd9532834a46a82d064f7f0aaaa43c717b729
parent34a03ba4cc0a0911c8771fc314a9ac70b12606cd
arch: Create a base class for decoders.

This base class doesn't actually hold anything yet, it's just a place to
add shared functionality or interfaces later.

Change-Id: Ia33217bd78b1d1ff3df3b2202095576a4e5d8153
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32897
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/decoder.hh
src/arch/generic/decoder.hh [new file with mode: 0644]
src/arch/mips/decoder.hh
src/arch/power/decoder.hh
src/arch/riscv/decoder.hh
src/arch/sparc/decoder.hh
src/arch/x86/decoder.hh