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

2021-10-28 Thread Taylor Simpson
> From: Anton Johansson > Sent: Monday, October 18, 2021 6:37 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 08/12] target/hexagon: import lexer for idef-parser

2021-10-18 Thread Anton Johansson via
On 9/7/21 18:08, Taylor Simpson wrote: +"fNEWREG"| +"fCAST4s"{ yylval->cast.bit_width = 32; + yylval->cast.signedness = SIGNED; + return CAST; } This doesn't look right - is fNEWREG the same as fCAST4s? We fol

RE: [PATCH v6 08/12] target/hexagon: import lexer 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 08/12] target/hexagon: import lexer 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/idef-parser.h | 258 +++ target/hexagon/idef-parser/idef-parser.lex| 642 ++ target/hexagon/meson.build| 4 + tests/docker/