summaryrefslogtreecommitdiff
path: root/update-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'update-opcodes')
-rwxr-xr-xupdate-opcodes4
1 files changed, 4 insertions, 0 deletions
diff --git a/update-opcodes b/update-opcodes
new file mode 100755
index 0000000..a546d05
--- /dev/null
+++ b/update-opcodes
@@ -0,0 +1,4 @@
+#!/bin/bash
+./parse-opcodes -tex < opcodes > ../doc/opcodes.tex
+./parse-opcodes -disasm < opcodes > ../xcc/src/include/opcode/mips-riscv-opc.h
+./parse-opcodes -switch < opcodes > ../sim/riscv/execute.h