qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 5/7] target/mips: Eliminate unreachable case


From: Mateja Marjanovic
Subject: Re: [Qemu-devel] [PATCH v2 5/7] target/mips: Eliminate unreachable case for MSA instructions copy_u
Date: Tue, 26 Mar 2019 07:37:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1


On 25.3.19. 22:16, Aleksandar Markovic wrote:
From: Mateja Marjanovic <address@hidden>
Sent: Monday, March 25, 2019 3:52 PM
To: address@hidden
Cc: address@hidden; Aleksandar Markovic; Aleksandar Rikalo
Subject: [PATCH v2 5/7] target/mips: Eliminate unreachable case for MSA 
instructions copy_u

From: Mateja Marjanovic <address@hidden>

The copy_u instruction doesn't support doublewords, and supports
words only if the CPU is MIPS64 [1] (page 138), for MIPS32 it
supports only byte and halfword [2] (page 138).

[1] MIPS Architecture for Programmers
     Volume IV-j: The MIPS64 SIMD
     Architecture Module
[2] MIPS Architecture for Programmers
     Volume IV-j: The MIPS32 SIMD
     Architecture Module
It is not enough to cite the document title, you need release number.
The latest for both MSA docs are I think 6.12. Download them from
official MIPS site, and check the page numbers again.
I will correct that in v3.

This patch should be split into two: one if "ifdef-ing" "W" case, and
another for deleting "D" case.
Same goes for this.

Thanks,
Aleksandar
Regards,
Mateja



reply via email to

[Prev in Thread] Current Thread [Next in Thread]