From 7f3f90f71d6993f8a712294e40fe8723bc3d7dbc Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 8 Dec 2010 10:33:03 -0800 Subject: POWER: Take advantage of new PCState syntax. --- src/arch/power/isa/operands.isa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/power/isa/operands.isa') 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), -- cgit v1.2.3