capstone/suite/synctools/strinforeduce
Nguyen Anh Quynh 2888e50d45 add suite/synctools 2019-05-07 12:26:19 +08:00
..
Makefile add suite/synctools 2019-05-07 12:26:19 +08:00
README add suite/synctools 2019-05-07 12:26:19 +08:00
instrinfo2.py add suite/synctools 2019-05-07 12:26:19 +08:00
strinforeduce.cpp add suite/synctools 2019-05-07 12:26:19 +08:00

README

- 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/