cpu: rename *_DepTag constants to *_Reg_Base
authorSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 15 Oct 2013 18:22:43 +0000 (14:22 -0400)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 15 Oct 2013 18:22:43 +0000 (14:22 -0400)
commit219c423f1fb0f9a559bfa87f9812426d5e2c3e29
tree7980ae867c4642e710af7cd5d0ad7fe51c0b6687
parenta830e63de71e5929b8ff8e334bc872faa9193a8b
cpu: rename *_DepTag constants to *_Reg_Base

Make these names more meaningful.

Specifically, made these substitutions:

s/FP_Base_DepTag/FP_Reg_Base/g;
s/Ctrl_Base_DepTag/Misc_Reg_Base/g;
s/Max_DepTag/Max_Reg_Index/g;
24 files changed:
src/arch/alpha/isa/fp.isa
src/arch/alpha/isa/main.isa
src/arch/alpha/registers.hh
src/arch/arm/insts/misc.cc
src/arch/arm/insts/vfp.cc
src/arch/arm/registers.hh
src/arch/isa_parser.py
src/arch/mips/isa/base.isa
src/arch/mips/isa/decoder.isa
src/arch/mips/isa/formats/mt.isa
src/arch/mips/mt.hh
src/arch/mips/registers.hh
src/arch/power/registers.hh
src/arch/sparc/isa/base.isa
src/arch/sparc/registers.hh
src/arch/x86/registers.hh
src/cpu/checker/cpu.hh
src/cpu/checker/cpu_impl.hh
src/cpu/inorder/resources/use_def.cc
src/cpu/o3/dyn_inst.hh
src/cpu/o3/rename_impl.hh
src/cpu/ozone/cpu_impl.hh
src/cpu/reg_class.hh
src/cpu/simple/base.hh