[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/6] target/m68k: Optimize rotate_x() using extr
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 5/6] target/m68k: Optimize rotate_x() using extract_i32() |
Date: |
Mon, 11 Mar 2019 07:59:28 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 3/9/19 4:34 PM, Philippe Mathieu-Daudé wrote:
> Optimize rotate_x() using tcg_gen_extract_i32(). We can now free the
> 'sz' tcg_temp earlier. Since it is allocated with tcg_const_i32(),
> free it with tcg_temp_free_i32().
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> target/m68k/translate.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- Re: [Qemu-devel] [PATCH 1/6] target/m68k: Reduce the l1 TCGLabel scope, (continued)
- [Qemu-devel] [PATCH 2/6] target/m68k: Optimize the partset instruction using deposit_i32(), Philippe Mathieu-Daudé, 2019/03/09
- [Qemu-devel] [PATCH 3/6] target/m68k: Fix a tcg_temp leak, Philippe Mathieu-Daudé, 2019/03/09
- [Qemu-devel] [PATCH 4/6] target/m68k: Optimize get_sr() using deposit_i32(), Philippe Mathieu-Daudé, 2019/03/09
- [Qemu-devel] [PATCH 6/6] target/m68k: Reduce the scope of the 'zero' tcg_temp, Philippe Mathieu-Daudé, 2019/03/09
- [Qemu-devel] [PATCH 5/6] target/m68k: Optimize rotate_x() using extract_i32(), Philippe Mathieu-Daudé, 2019/03/09
- Re: [Qemu-devel] [PATCH 5/6] target/m68k: Optimize rotate_x() using extract_i32(),
Richard Henderson <=