arch: cpu: Rename *FloatRegBits* to *FloatReg*.
authorGabe Black <gabeblack@google.com>
Tue, 20 Nov 2018 02:14:16 +0000 (18:14 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 31 Jan 2019 11:02:05 +0000 (11:02 +0000)
commit5edfb67041ad1c246f4ceca147f06b9db3c0ecc3
tree22cc08624db8bfa11e4ea7c9817a864ebc2ea706
parent25474167e5b247d1b91fbf802c5b396a63ae705e
arch: cpu: Rename *FloatRegBits* to *FloatReg*.

Now that there's no plain FloatReg, there's no reason to distinguish
FloatRegBits with a special suffix since it's the only way to read or
write FP registers.

Change-Id: I3a60168c1d4302aed55223ea8e37b421f21efded
Reviewed-on: https://gem5-review.googlesource.com/c/14460
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
42 files changed:
src/arch/alpha/ev5.cc
src/arch/alpha/registers.hh
src/arch/alpha/remote_gdb.cc
src/arch/alpha/utility.cc
src/arch/arm/kvm/arm_cpu.cc
src/arch/arm/kvm/armv8_cpu.cc
src/arch/arm/tracers/tarmac_parser.cc
src/arch/arm/tracers/tarmac_record.cc
src/arch/arm/utility.cc
src/arch/mips/isa/formats/fp.isa
src/arch/mips/registers.hh
src/arch/mips/remote_gdb.cc
src/arch/mips/utility.cc
src/arch/null/registers.hh
src/arch/power/registers.hh
src/arch/power/remote_gdb.cc
src/arch/power/utility.cc
src/arch/riscv/registers.hh
src/arch/riscv/remote_gdb.cc
src/arch/riscv/remote_gdb.hh
src/arch/sparc/utility.cc
src/arch/x86/insts/micromediaop.hh
src/arch/x86/isa/microops/mediaop.isa
src/arch/x86/nativetrace.cc
src/arch/x86/registers.hh
src/arch/x86/utility.cc
src/cpu/checker/cpu.hh
src/cpu/checker/cpu_impl.hh
src/cpu/checker/thread_context.hh
src/cpu/kvm/x86_cpu.cc
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/base.cc
src/cpu/simple/exec_context.hh
src/cpu/simple_thread.hh
src/cpu/thread_context.cc
src/cpu/thread_context.hh