summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/operands.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/isa/operands.isa')
-rw-r--r--src/arch/mips/isa/operands.isa4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/mips/isa/operands.isa b/src/arch/mips/isa/operands.isa
index 1bb5ae5b3..792c7e2fa 100644
--- a/src/arch/mips/isa/operands.isa
+++ b/src/arch/mips/isa/operands.isa
@@ -151,5 +151,7 @@ def operands {{
'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4),
#Program Counter Operands
- 'PCS': ('PCState', 'uw', None, (None, None, 'IsControl'), 4)
+ 'PC': ('PCState', 'uw', 'pc', (None, None, 'IsControl'), 4),
+ 'NPC': ('PCState', 'uw', 'npc', (None, None, 'IsControl'), 4),
+ 'NNPC': ('PCState', 'uw', 'nnpc', (None, None, 'IsControl'), 4)
}};