• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Dec-2020-

MakefileH A D08-Dec-2020193 117

READMEH A D08-Dec-2020421 169

instrinfo2.pyH A D08-Dec-20201.1 KiB5632

strinforeduce.cppH A D08-Dec-20204.5 KiB184136

README

1- Run instroinfo2.py on X86GenInstrInfo.inc & X86GenInstrInfo_reduce.inc
2
3    $ ./instrinfo2.py ../tablegen/X86GenInstrInfo.inc > X86GenInstrInfo.inc
4    $ ./instrinfo2.py ../tablegen/X86GenInstrInfo_reduce.inc > X86GenInstrInfo_reduce.inc
5
6- Compile
7
8    $ make
9
10- Run
11
12    $ ./strinforeduce > X86Lookup16.inc
13    $ ./strinforeduce_reduce > X86Lookup16_reduce.inc
14
15- Then copy X86Lookup16*.inc to Capstone dir arch/X86/
16