aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/synctools/strinforeduce/README
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/synctools/strinforeduce/README')
-rw-r--r--capstone/suite/synctools/strinforeduce/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/capstone/suite/synctools/strinforeduce/README b/capstone/suite/synctools/strinforeduce/README
new file mode 100644
index 000000000..e4ba5cf9d
--- /dev/null
+++ b/capstone/suite/synctools/strinforeduce/README
@@ -0,0 +1,15 @@
+- Run instroinfo2.py on X86GenInstrInfo.inc & X86GenInstrInfo_reduce.inc
+
+ $ ./instrinfo2.py ../tablegen/X86GenInstrInfo.inc > X86GenInstrInfo.inc
+ $ ./instrinfo2.py ../tablegen/X86GenInstrInfo_reduce.inc > X86GenInstrInfo_reduce.inc
+
+- Compile
+
+ $ make
+
+- Run
+
+ $ ./strinforeduce > X86Lookup16.inc
+ $ ./strinforeduce_reduce > X86Lookup16_reduce.inc
+
+- Then copy X86Lookup16*.inc to Capstone dir arch/X86/