RE: [PATCH v6 09/12] target/hexagon: import parser for idef-parser

2021-10-28 Thread Taylor Simpson
> From: Anton Johansson > Sent: Monday, October 18, 2021 6:42 AM > To: Taylor Simpson ; Alessandro Di Federico > ; qemu-devel@nongnu.org > Cc: Brian Cain ; bab...@rev.ng; ni...@rev.ng; > richard.hender...@linaro.org; Alessandro Di Federico > Subject: Re: [PATCH v6

Re: [PATCH v6 09/12] target/hexagon: import parser for idef-parser

2021-10-18 Thread Anton Johansson via
On 9/7/21 18:08, Taylor Simpson wrote: +HexValue gen_round(Context *c, + YYLTYPE *locp, + HexValue *source, + HexValue *position) { +yyassert(c, locp, source->bit_width <= 32, + "fRNDN not implemented for bit widths > 32!");

Re: [PATCH v6 09/12] target/hexagon: import parser for idef-parser

2021-09-08 Thread Richard Henderson
On 9/7/21 8:08 PM, Taylor Simpson wrote: diff --git a/target/hexagon/idef-parser/parser-helpers.h b/target/hexagon/idef-parser/parser-helpers.h +#define OUT_IMPL(c, locp, x)\ +_Generic(*x,\ +char: str_print, \

RE: [PATCH v6 09/12] target/hexagon: import parser for idef-parser

2021-09-07 Thread Taylor Simpson
> -Original Message- > From: Alessandro Di Federico > Sent: Tuesday, July 20, 2021 7:30 AM > To: qemu-devel@nongnu.org > Cc: Taylor Simpson ; Brian Cain > ; bab...@rev.ng; ni...@rev.ng; > richard.hender...@linaro.org; Alessandro Di Federico > Subject: [PATCH

[PATCH v6 09/12] target/hexagon: import parser for idef-parser

2021-07-20 Thread Alessandro Di Federico via
From: Paolo Montesel Signed-off-by: Alessandro Di Federico Signed-off-by: Paolo Montesel --- target/hexagon/idef-parser/parser-helpers.h | 346 +++ target/hexagon/idef-parser/parser-helpers.c | 2396 + target/hexagon/idef-parser/idef-parser.y | 975 +++