Re: [PATCH v8 20/35] Hexagon (target/hexagon) generator phase 2 - generate header files

2021-02-14 Thread Richard Henderson
On 2/7/21 9:46 PM, Taylor Simpson wrote: > Python scripts generate the following files > helper_protos_generated.h.inc > For each instruction we create DEF_HELPER function prototype > helper_funcs_generated.c.inc > For each instruction we create the helper function definitio

[PATCH v8 20/35] Hexagon (target/hexagon) generator phase 2 - generate header files

2021-02-07 Thread Taylor Simpson
Python scripts generate the following files helper_protos_generated.h.inc For each instruction we create DEF_HELPER function prototype helper_funcs_generated.c.inc For each instruction we create the helper function definition tcg_funcs_generated.c.inc For each in