arch, cpu: Remove float type accessors.
authorGabe Black <gabeblack@google.com>
Tue, 20 Nov 2018 01:20:31 +0000 (17:20 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 20 Dec 2018 19:27:51 +0000 (19:27 +0000)
commit88bbabe93f339f9db301caf43bf2cca2a0e8048c
tree66323afaa9348f392deafe11d88973fd3034001b
parent67d58e81825d7dff17def2cfeedf5d958141be55
arch, cpu: Remove float type accessors.

Use the binary accessors instead.

Change-Id: Iff1877e92c79df02b3d13635391a8c2f025776a2
Reviewed-on: https://gem5-review.googlesource.com/c/14457
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
21 files changed:
src/arch/alpha/ev5.cc
src/arch/arm/tracers/tarmac_record.cc
src/arch/arm/utility.cc
src/arch/mips/utility.cc
src/cpu/base_dyn_inst.hh
src/cpu/checker/cpu.hh
src/cpu/checker/cpu_impl.hh
src/cpu/checker/thread_context.hh
src/cpu/exec_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.hh