Re: [PATCH v3 01/30] decodetree: Introduce whex and whexC helpers

2021-05-03 Thread Philippe Mathieu-Daudé
On 4/30/21 3:15 AM, Richard Henderson wrote: > Form a hex constant of the appropriate insnwidth. > Begin using f-strings on changed lines. > > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 66 +-- > 1 file changed, 38 insertions(+), 28 d

RE: [PATCH v3 01/30] decodetree: Introduce whex and whexC helpers

2021-04-30 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Form a hex constant of the appropriate insnwidth. > Begin using f-strings on changed lines. > > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 66 +-- > 1 file changed, 38 insertions(+), 28 deletions(-) Reviewe

[PATCH v3 01/30] decodetree: Introduce whex and whexC helpers

2021-04-29 Thread Richard Henderson
Form a hex constant of the appropriate insnwidth. Begin using f-strings on changed lines. Signed-off-by: Richard Henderson --- scripts/decodetree.py | 66 +-- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/scripts/decodetree.py b/scripts/d