Re: [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser

2021-03-01 Thread Paolo Montesel via
> > +/* Copy rules */ > > +#define fLSBOLD(VAL) (fGETBIT(0, VAL)) > > +#define fSATH(VAL) fSATN(16, VAL) > > +#define fSATUH(VAL) fSATUN(16, VAL) > > +#define fVSATH(VAL) fVSATN(16, VAL) > > +#define fVSATUH(VAL) fVSATUN(16, VAL) > > +#define fSATUB(VAL) fSATUN(8, VAL) > > +#define fSATB(VAL) fSATN

Re: [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser

2021-02-25 Thread Richard Henderson
On 2/25/21 7:18 AM, Alessandro Di Federico wrote: > From: Alessandro Di Federico > > Introduce infrastructure necessary to produce a file suitable for being > parsed by the idef-parser. > > Signed-off-by: Alessandro Di Federico > --- > target/hexagon/gen_idef_parser_funcs.py | 114

[PATCH v2 06/10] target/hexagon: prepare input for the idef-parser

2021-02-25 Thread Alessandro Di Federico via
From: Alessandro Di Federico Introduce infrastructure necessary to produce a file suitable for being parsed by the idef-parser. Signed-off-by: Alessandro Di Federico --- target/hexagon/gen_idef_parser_funcs.py | 114 target/hexagon/idef-parser/macros.inc | 166 ++