Re: [PATCH v3 07/30] Hexagon HVX (target/hexagon) semantics generator

2021-09-20 Thread Richard Henderson
On 9/20/21 2:24 PM, Taylor Simpson wrote: Add HVX support to the semantics generator Signed-off-by: Taylor Simpson --- target/hexagon/gen_semantics.c | 33 + target/hexagon/hex_common.py | 13 + 2 files changed, 46 insertions(+) Acked-by: Richa

[PATCH v3 07/30] Hexagon HVX (target/hexagon) semantics generator

2021-09-20 Thread Taylor Simpson
Add HVX support to the semantics generator Signed-off-by: Taylor Simpson --- target/hexagon/gen_semantics.c | 33 + target/hexagon/hex_common.py | 13 + 2 files changed, 46 insertions(+) diff --git a/target/hexagon/gen_semantics.c b/target/hexagon/g