qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M an


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I
Date: Mon, 27 Aug 2018 13:25:27 +0000

> From: Janeczek, Craig <address@hidden>
> Sent: Monday, August 27, 2018 2:22 PM
> 
> Subject: RE: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions 
> S32I2M and S32M2I
> 
> https://github.com/MIPS/CI20_mplayer/blob/ci20_mplayer/mxu_as
> 
> Sorry I mis-read our comment. The bit layouts were pulled from
> this script and validated by visually examining compiled code.

I think Richard brings to your attention that the structure definitions using 
bit fields may yield different results on little and big endian hosts, which is 
certainly the situation you want to avooid, and recommends using extract32(), 
or similar QEMU feature, instead.

Aleksandar



reply via email to

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