summaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 16:43:38 -0700
committerGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 16:43:38 -0700
commit3464ec5a9a1393e7e902eed06c5ff1c5970a1be6 (patch)
tree99860893ce09f1c02b53398f366cc93e0d170839 /parse-opcodes
parent24e45b3da7e036d12f972cccbafe1098ff270ae0 (diff)
[xcc,pk,opcodes,sim] updated encoding/insn names
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes5
1 files changed, 3 insertions, 2 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 3f9f958..ad07965 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -38,7 +38,8 @@ typelut[0x3B] = 4
typelut[0x03] = 3
typelut[0x23] = 10
typelut[0x27] = 4
-typelut[0x17] = 4
+typelut[0x2F] = 4
+typelut[0x77] = 4
typelut[0x07] = 3
typelut[0x27] = 10
typelut[0x53] = 4
@@ -46,7 +47,7 @@ typelut[0x43] = 5
typelut[0x47] = 5
typelut[0x4B] = 5
typelut[0x4F] = 5
-typelut[0x7F] = 4
+typelut[0x7B] = 4
def binary(n, digits=0):
rep = bin(n)[2:]