[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v4 14/31] arm/translate-a64: add FP16 FMULX/MLS/FM
From: |
Alex Bennée |
Subject: |
Re: [Qemu-arm] [PATCH v4 14/31] arm/translate-a64: add FP16 FMULX/MLS/FMLA to simd_indexed |
Date: |
Tue, 27 Feb 2018 18:17:28 +0000 |
User-agent: |
mu4e 1.1.0; emacs 26.0.91 |
Peter Maydell <address@hidden> writes:
> On 27 February 2018 at 17:52, Alex Bennée <address@hidden> wrote:
>>
>> Richard Henderson <address@hidden> writes:
>>
>>> On 02/27/2018 06:38 AM, Alex Bennée wrote:
>>>> @@ -11244,7 +11245,7 @@ static void disas_simd_indexed(DisasContext *s,
>>>> uint32_t insn)
>>>> }
>>>> /* fall through */
>>>> case 0x9: /* FMUL, FMULX */
>>>> - if (!extract32(size, 1, 1)) {
>>>> + if (size == 1) {
>>>> unallocated_encoding(s);
>>>> return;
>>>> }
>>>
>>> This is still redundant, since size == 1 is handled...
>>
>> doh!
>>
>> will fix.
>
> I'd prefer it if you didn't, because I'm in the process of putting
> this version of the patchset into target-arm.next...
Fair enough - you've picked up Richard's r-b?
--
Alex Bennée
- [Qemu-arm] [PATCH v4 13/31] arm/translate-a64: add FP16 pairwise ops simd_three_reg_same_fp16, (continued)
- [Qemu-arm] [PATCH v4 13/31] arm/translate-a64: add FP16 pairwise ops simd_three_reg_same_fp16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 27/31] arm/translate-a64: add FP16 FRSQRTE to simd_two_reg_misc_fp16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 26/31] arm/helper.c: re-factor rsqrte and add rsqrte_f16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 20/31] arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 21/31] arm/translate-a64: add FP16 FNEG/FABS to simd_two_reg_misc_fp16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 25/31] arm/translate-a64: add FP16 FSQRT to simd_two_reg_misc_fp16, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 14/31] arm/translate-a64: add FP16 FMULX/MLS/FMLA to simd_indexed, Alex Bennée, 2018/02/27
- [Qemu-arm] [PATCH v4 22/31] arm/helper.c: re-factor recpe and add recepe_f16, Alex Bennée, 2018/02/27
- Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/31] Add ARMv8.2 half-precision functions, no-reply, 2018/02/27
- Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/31] Add ARMv8.2 half-precision functions, no-reply, 2018/02/27
- Re: [Qemu-arm] [PATCH v4 00/31] Add ARMv8.2 half-precision functions, Peter Maydell, 2018/02/27