From: Bahler, L. (P. LABS) <lb...@pe...> - 2023-07-10 23:30:14
|
I want to restrict capstone disassembly of X86 even further than what is done for X86_REDUCE. Let's say I have a list of opcodes in which I am solely interested. We have so far been working with capstone 4.0.2. I see the files in that distro that are of the form arch/x86/*_reduce.inc. I would like to understand how you used tablegen to get those files and how I would limit them even more to reflect only the opcodes in which I am interested. I have downloaded llvm-capstone, but I could really use some sort of tutorial to help me make sense of what to do. Thanks |