x86: Stop using/defining some ISA specific register types.
authorGabe Black <gabeblack@google.com>
Wed, 21 Nov 2018 00:58:19 +0000 (16:58 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 31 Jan 2019 11:04:13 +0000 (11:04 +0000)
commitb859a7030d883cc208347387b19285c53b64fb54
tree3b70cba6c8c102bb07476ee69b0ce38ca6f86a09
parentad775e013572aeb06ccff949dfd2cf7fffb5454f
x86: Stop using/defining some ISA specific register types.

These have been replaced with the generic RegVal type.

Change-Id: I75c1134212067dea43aa0903d813633e06f3d6c6
Reviewed-on: https://gem5-review.googlesource.com/c/14476
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
16 files changed:
src/arch/x86/decoder.hh
src/arch/x86/insts/micromediaop.hh
src/arch/x86/isa.cc
src/arch/x86/isa.hh
src/arch/x86/isa/microops/fpop.isa
src/arch/x86/isa/microops/mediaop.isa
src/arch/x86/isa/microops/regop.isa
src/arch/x86/linux/process.cc
src/arch/x86/linux/process.hh
src/arch/x86/mmapped_ipr.hh
src/arch/x86/process.cc
src/arch/x86/process.hh
src/arch/x86/pseudo_inst.cc
src/arch/x86/registers.hh
src/arch/x86/system.cc
src/arch/x86/tlb.cc