cpu, arch: Replace the CCReg type with RegVal.
authorGabe Black <gabeblack@google.com>
Thu, 22 Nov 2018 00:20:57 +0000 (16:20 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 1 Feb 2019 01:22:19 +0000 (01:22 +0000)
commita119a963240a35ab66a5baee3f77cfcd99c6bbbb
treec883d37ed479e92c23d881a48b8f2abec469faf7
parentfbdf0b689eb31543292f52c71d14152d8ff1156a
cpu, arch: Replace the CCReg type with RegVal.

Most architectures weren't using the CCReg type, and in x86 and arm
it was already a uint64_t.

Change-Id: I0b3d5e690e6b31db6f2627f449c89bde0f6750a6
Reviewed-on: https://gem5-review.googlesource.com/c/14515
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
23 files changed:
src/arch/alpha/registers.hh
src/arch/arm/registers.hh
src/arch/mips/registers.hh
src/arch/null/registers.hh
src/arch/power/registers.hh
src/arch/riscv/registers.hh
src/arch/sparc/registers.hh
src/arch/x86/registers.hh
src/cpu/base_dyn_inst.hh
src/cpu/checker/cpu.hh
src/cpu/checker/thread_context.hh
src/cpu/exec_context.hh
src/cpu/minor/exec_context.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/dyn_inst.hh
src/cpu/o3/regfile.hh
src/cpu/o3/thread_context.hh
src/cpu/o3/thread_context_impl.hh
src/cpu/simple/exec_context.hh
src/cpu/simple_thread.hh
src/cpu/thread_context.cc
src/cpu/thread_context.hh