Created by: semihalf-kardach-stanislaw
Add a script for parsing Instruction Set Listing files. The goal is to generate:
- A list of supported instruction opcodes (opcode_api.h).
- A full set of instruction creation macros (instr_create_api.h).
- An instr_info_t table and a lookup trie for all known instructions.
The first two files are generated based on template files so that they may include non-generated data as well. The template files will be added in following commits. The last file is generated from scratch.
Issue #3544
Signed-off-by: Stanislaw Kardach kda@semihalf.com