mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
15
thirdparty/capstone/suite/synctools/strinforeduce/README
vendored
Normal file
15
thirdparty/capstone/suite/synctools/strinforeduce/README
vendored
Normal file
@@ -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/
|
Reference in New Issue
Block a user