Re: [RFC PATCH 20/66] Hexagon generator phase 1 - C preprocessor for semantics

2020-02-10 Thread Philippe Mathieu-Daudé
On 2/11/20 1:39 AM, Taylor Simpson wrote: Run the C preprocessor across the instruction definition files and macro definitoin file to expand macros and prepare the semantics_generated.pyinc file. The resulting file contains one entry with the semantics for each instruction and one line with th

[RFC PATCH 20/66] Hexagon generator phase 1 - C preprocessor for semantics

2020-02-10 Thread Taylor Simpson
Run the C preprocessor across the instruction definition files and macro definitoin file to expand macros and prepare the semantics_generated.pyinc file. The resulting file contains one entry with the semantics for each instruction and one line with the instruction attributes associated with eac