summaryrefslogtreecommitdiff
path: root/src/arch/power/isa/operands.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/isa/operands.isa')
-rw-r--r--src/arch/power/isa/operands.isa3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/power/isa/operands.isa b/src/arch/power/isa/operands.isa
index 908e6e0e7..8e13a13d7 100644
--- a/src/arch/power/isa/operands.isa
+++ b/src/arch/power/isa/operands.isa
@@ -59,7 +59,8 @@ def operands {{
'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 8),
# Program counter and next
- 'PCS': ('PCState', 'uq', None, (None, None, 'IsControl'), 9),
+ 'PC': ('PCState', 'uw', 'pc', (None, None, 'IsControl'), 9),
+ 'NPC': ('PCState', 'uw', 'npc', (None, None, 'IsControl'), 9),
# Control registers
'CR': ('IntReg', 'uw', 'INTREG_CR', 'IsInteger', 9),