arch-power: Rename program counter registers
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Mon, 4 Jun 2018 14:57:40 +0000 (20:27 +0530)
committerSandipan Das <sandipan@linux.vnet.ibm.com>
Mon, 4 Jun 2018 15:13:29 +0000 (20:43 +0530)
commit7f1e1adc31bf1f3d086e226eeeea286b43e30c7b
tree14fb0bdbc323ad4167aade8b2a03d3bda140ad20
parent80215d28235496db14543bac889b90fbefda8293
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.vnet.ibm.com>
src/arch/power/isa/decoder.isa
src/arch/power/isa/formats/branch.isa
src/arch/power/isa/operands.isa