arch: cpu: Make the ExtMachInst type a template argument in InstMap.
authorGabe Black <gabeblack@google.com>
Tue, 27 Mar 2018 08:20:05 +0000 (01:20 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 27 Mar 2018 10:57:54 +0000 (10:57 +0000)
commit563e19d1fd151fe222af2455536d8239f5c6d3dc
tree91a22d01bd431df0acaeb305c9bc91307ae65fd1
parent4384493da74547e3af0537034fe2644688c388fe
arch: cpu: Make the ExtMachInst type a template argument in InstMap.

This doesn't completely hide the ISA specific ExtMachInst type inside
the ISAs since it still gets applied in arch/generic, but it at least
pulls it into the arch directory.

Change-Id: Ic2188d59696530d7ecafdff0785d71867182701d
Reviewed-on: https://gem5-review.googlesource.com/9403
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/generic/decode_cache.cc
src/arch/generic/decode_cache.hh
src/arch/riscv/decoder.hh
src/arch/x86/decoder.cc
src/arch/x86/decoder.hh
src/cpu/decode_cache.hh