[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl
From: |
Bastian Koppelmann |
Subject: |
Re: [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl |
Date: |
Fri, 20 Oct 2023 14:42:38 +0200 |
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 <richard.henderson@linaro.org>
> ---
> target/tricore/translate.c | 20 ++++----------------
> 1 file changed, 4 insertions(+), 16 deletions(-)
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cheers,
Bastian
- [PATCH 2/7] target/arm: Use tcg_gen_ext_i64, (continued)
- [PATCH 2/7] target/arm: Use tcg_gen_ext_i64, Richard Henderson, 2023/10/19
- [PATCH 4/7] target/m68k: Use tcg_gen_ext_i32, Richard Henderson, 2023/10/19
- [PATCH 1/7] tcg: Export tcg_gen_ext_{i32,i64,tl}, Richard Henderson, 2023/10/19
- [PATCH 5/7] target/rx: Use tcg_gen_ext_i32, Richard Henderson, 2023/10/19
- [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl, Richard Henderson, 2023/10/19
- [PATCH 3/7] target/i386: Use tcg_gen_ext_tl, Richard Henderson, 2023/10/19
[PATCH 7/7] target/xtensa: Use tcg_gen_sextract_i32, Richard Henderson, 2023/10/19