[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 12/42] target/arm: Convert "double-precision" regi
From: |
Richard Henderson |
Subject: |
Re: [Qemu-arm] [PATCH 12/42] target/arm: Convert "double-precision" register moves to decodetree |
Date: |
Fri, 7 Jun 2019 12:27:59 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 6/6/19 12:45 PM, Peter Maydell wrote:
> Convert the "double-precision" register moves to decodetree:
> this covers VMOV scalar-to-gpreg, VMOV gpreg-to-scalar and VDUP.
>
> Note that the conversion process has tightened up a few of the
> UNDEF encoding checks: we now correctly forbid:
> * VMOV-to-gpr with U:opc1:opc2 == 10x00 or x0x10
> * VMOV-from-gpr with opc1:opc2 == 0x10
> * VDUP with B:E == 11
> * VDUP with Q == 1 and Vn<0> == 1
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> The accesses of elements < 32 bits could be improved by doing
> direct ld/st of the right size rather than 32-bit read-and-shift
> or read-modify-write, but we leave this for later cleanup,
> since this series is generally trying to stick to fixing
> the decode.
> --
Reviewed-by: Richard Henderson <address@hidden>
r~
- Re: [Qemu-arm] [PATCH 31/42] target/arm: Convert VSQRT to decodetree, (continued)
- [Qemu-arm] [PATCH 23/42] target/arm: Convert VNMUL to decodetree, Peter Maydell, 2019/06/06
- [Qemu-arm] [PATCH 41/42] target/arm: Convert float-to-integer VCVT insns to decodetree, Peter Maydell, 2019/06/06
- [Qemu-arm] [PATCH 03/42] target/arm: Factor out VFP access checking code, Peter Maydell, 2019/06/06
- [Qemu-arm] [PATCH 18/42] target/arm: Convert VFP VMLA to decodetree, Peter Maydell, 2019/06/06
- [Qemu-arm] [PATCH 12/42] target/arm: Convert "double-precision" register moves to decodetree, Peter Maydell, 2019/06/06
- Re: [Qemu-arm] [PATCH 12/42] target/arm: Convert "double-precision" register moves to decodetree,
Richard Henderson <=
- [Qemu-arm] [PATCH 29/42] target/arm: Convert VABS to decodetree, Peter Maydell, 2019/06/06
- [Qemu-arm] [PATCH 28/42] target/arm: Convert VMOV (imm) to decodetree, Peter Maydell, 2019/06/06
[Qemu-arm] [PATCH 15/42] target/arm: Convert VFP VLDR and VSTR to decodetree, Peter Maydell, 2019/06/06
[Qemu-arm] [PATCH 25/42] target/arm: Convert VSUB to decodetree, Peter Maydell, 2019/06/06