RE: [PATCH v4 11/12] target/hexagon: call idef-parser functions

2021-04-29 Thread Taylor Simpson
> Subject: [PATCH v4 11/12] 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

[PATCH v4 11/12] target/hexagon: call idef-parser functions

2021-04-15 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_tcg_funcs.py | 28 ++-- target/hexagon/hex_common.py| 10 ++ t