arch-power: Rename program counter registers
authorSandipan Das <sandipan@linux.ibm.com>
Wed, 30 Jan 2019 14:48:49 +0000 (20:18 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 25 Mar 2019 04:48:58 +0000 (04:48 +0000)
commitf838a332be4b98ddc039f388bef1e307567db37c
tree4b7dbad0f251304141c3592b943003722ee4287a
parent4847330db3a12d08c9fe9fbfab052ff61e3365b6
arch-power: Rename program counter registers

The Power ISA specification lists the Program Counter (PC) and
the Next Program Counter (NPC) registers as Current Instruction
Address (CIA) and Next Instruction Address (NIA). This applies
the ISA naming convention for these two registers.

Change-Id: I8b9094ab1c809f4dfdb4d7330c17f360adf063e9
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/16603
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/power/isa/decoder.isa
src/arch/power/isa/formats/branch.isa
src/arch/power/isa/operands.isa