[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/7] target/arm: Misc cleanups
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 0/7] target/arm: Misc cleanups |
Date: |
Thu, 15 Aug 2019 11:34:37 +0100 |
On Thu, 8 Aug 2019 at 21:26, Richard Henderson
<address@hidden> wrote:
>
> Some of these were cleanups that I was making simultaneous
> with the decodetree split. Let's do those beforehand to
> make the split easier to read.
>
> Some of these are new, noticed while I was in the area.
>
>
> r~
>
>
> Richard Henderson (7):
> target/arm: Use tcg_gen_extract_i32 for shifter_out_im
> target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
> target/arm: Remove redundant shift tests
> target/arm: Use ror32 instead of open-coding the operation
> target/arm: Use tcg_gen_rotri_i32 for gen_swap_half
> target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
> target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
Applied to target-arm.next, thanks. (I had a comment on patch 6
but it was about the tcg docs, not the patch itself.)
-- PMM
- [Qemu-devel] [PATCH 1/7] target/arm: Use tcg_gen_extract_i32 for shifter_out_im, (continued)
- [Qemu-devel] [PATCH 1/7] target/arm: Use tcg_gen_extract_i32 for shifter_out_im, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 3/7] target/arm: Remove redundant shift tests, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 2/7] target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 4/7] target/arm: Use ror32 instead of open-coding the operation, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 5/7] target/arm: Use tcg_gen_rotri_i32 for gen_swap_half, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 6/7] target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR, Richard Henderson, 2019/08/08
- [Qemu-devel] [PATCH 7/7] target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word, Richard Henderson, 2019/08/08
- Re: [Qemu-devel] [PATCH 0/7] target/arm: Misc cleanups,
Peter Maydell <=