diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /capstone/suite/synctools/strinforeduce/README | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'capstone/suite/synctools/strinforeduce/README')
-rw-r--r-- | capstone/suite/synctools/strinforeduce/README | 15 |
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/ |