qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] target-ppc: add vextu[bhw][lr]x instructions


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3] target-ppc: add vextu[bhw][lr]x instructions
Date: Fri, 25 Nov 2016 12:18:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 11/25/2016 10:34 AM, Nikunj A Dadhania wrote:
+        return int128_rshift(b->s128, index) &                      \
+            MAKE_64BIT_MASK(0, size);                               \

Please test compilation with i686-linux. You need a call to int128_getlo to extract the low 64-bit integer.


r~



reply via email to

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