aboutsummaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes3
1 files changed, 2 insertions, 1 deletions
diff --git a/parse-opcodes b/parse-opcodes
index bb85865..8e42010 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -16,6 +16,7 @@ arglut['rs1'] = (19,15)
arglut['rs2'] = (24,20)
arglut['rs3'] = (31,27)
arglut['aqrl'] = (26,25)
+arglut['fm'] = (31,28)
arglut['pred'] = (27,24)
arglut['succ'] = (23,20)
arglut['rm'] = (14,12)
@@ -574,7 +575,7 @@ def print_fence_type(name,match,arguments):
\\cline{2-11}
""" % \
( \
- binary(yank(match,28,4),4), \
+ str_arg('fm','fm',match,arguments), \
str_arg('pred','pred',match,arguments), \
str_arg('succ','',match,arguments), \
str_arg('rs1','',match,arguments), \