qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/10] target-arm: A64: Fix vector register acce


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 02/10] target-arm: A64: Fix vector register access on bigendian hosts
Date: Mon, 30 Dec 2013 07:35:00 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 12/30/2013 07:28 AM, Peter Maydell wrote:
> Yeah, we could do that. Will the optimiser optimise away the unnecessary
> extra load of the unused high 32 bits for the "32 bit or smaller" case on
> a 32 bit host CPU?

It should.

We do transform qemu_st_i64 to qemu_st_i32 as appropriate for 32-bit hosts,
making the high part of the tcg ld_i64 dead.


r~



reply via email to

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