RE: [PATCH v5 11/14] target/hexagon: call idef-parser functions

2021-06-25 Thread Taylor Simpson
t; Subject: [PATCH v5 11/14] target/hexagon: call idef-parser functions > > From: Alessandro Di Federico > > Extend gen_tcg_funcs.py in order to emit calls to the functions emitted by > the idef-parser, if available. > > Signed-off-by: Alessandro Di Federico Reviewed-by: Taylor Simpson

[PATCH v5 11/14] target/hexagon: call idef-parser functions

2021-06-19 Thread Alessandro Di Federico via
From: Alessandro Di Federico Extend gen_tcg_funcs.py in order to emit calls to the functions emitted by the idef-parser, if available. Signed-off-by: Alessandro Di Federico --- target/hexagon/gen_helper_funcs.py | 5 ++- target/hexagon/gen_helper_protos.py | 5 ++- target/hexagon/gen_tcg_fu