Re: [Qemu-devel] [PATCH 22/60] AArch64: Add AdvSIMD scalar three same group handling

2013-09-27 Thread Richard Henderson
On 09/26/2013 05:48 PM, Alexander Graf wrote: > This patch adds decoding for the AdvSIMD scalar three same group with U == 0. > While at it, it also adds support for the ADD / SUB operations in this group. According to c3.6.16, your simdorr function is from the same group. What gives? r~

[Qemu-devel] [PATCH 22/60] AArch64: Add AdvSIMD scalar three same group handling

2013-09-26 Thread Alexander Graf
This patch adds decoding for the AdvSIMD scalar three same group with U == 0. While at it, it also adds support for the ADD / SUB operations in this group. Signed-off-by: Alexander Graf --- target-arm/translate-a64.c | 53 ++ 1 file changed, 53 inserti