From: Edwin C. <edw...@gm...> - 2015-02-02 21:44:19
|
Hi all, I am working on the "Provide explicit registers" feature described in capstone github wiki page. The idea is based on using "ins" and "outs" description in MCInstrDesc X86Insts, (X86GenInstrInfo.inc) which is generated by llvm-tblgen. However, the X86Insts part was cut in capstone. I tried to generate myself but i found that the instruction set is not same as the trunk of llvm. So, 1. What is the version of LLVM for table generation (at least X86) ? 2. How capstone convert the LLVM C++ to C ? -- Cheers, Edwin Cheng |