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: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH v2 5/7] target/mips: Eliminate unreachable case for MSA instructions copy_u
Date: Mon, 25 Mar 2019 21:16:30 +0000

> 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.

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

Thanks,
Aleksandar


reply via email to

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