Re: [RFC PATCH 03/10] target/hexagon: make helper functions non-static

2021-02-11 Thread Philippe Mathieu-Daudé
On 2/12/21 12:04 AM, Philippe Mathieu-Daudé wrote: > On 2/11/21 10:50 PM, Alessandro Di Federico via wrote: >> From: Paolo Montesel >> >> Move certain helper functions required by code generated by the >> idef-parser available outside genptr.c, moving them into macros.h. >> > > ^ OK > >> This

Re: [RFC PATCH 03/10] target/hexagon: make helper functions non-static

2021-02-11 Thread Philippe Mathieu-Daudé
On 2/11/21 10:50 PM, Alessandro Di Federico via wrote: > From: Paolo Montesel > > Move certain helper functions required by code generated by the > idef-parser available outside genptr.c, moving them into macros.h. > ^ OK > This patch also introduces the gen_cancel and gen_fbrev helper which >

[RFC PATCH 03/10] target/hexagon: make helper functions non-static

2021-02-11 Thread Alessandro Di Federico via
From: Paolo Montesel Move certain helper functions required by code generated by the idef-parser available outside genptr.c, moving them into macros.h. This patch also introduces the gen_cancel and gen_fbrev helper which will be used by idef-parser. Signed-off-by: Alessandro Di Federico --- t