Re: [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl

2023-10-23 Thread Philippe Mathieu-Daudé
On 19/10/23 20:29, Richard Henderson wrote: The EXTR instructions can use the extract opcodes. Signed-off-by: Richard Henderson --- target/tricore/translate.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl

2023-10-20 Thread Bastian Koppelmann
On Thu, Oct 19, 2023 at 11:29:20AM -0700, Richard Henderson wrote: > The EXTR instructions can use the extract opcodes. > > Signed-off-by: Richard Henderson > --- > target/tricore/translate.c | 20 > 1 file changed, 4 insertions(+), 16 deletions(-) Reviewed-by: Bastian

[PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl

2023-10-19 Thread Richard Henderson
The EXTR instructions can use the extract opcodes. Signed-off-by: Richard Henderson --- target/tricore/translate.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/target/tricore/translate.c b/target/tricore/translate.c index dd812ec0f0..66553d1be0