|
| From: | Daniel Gutson |
| Subject: | [Qemu-devel] Re: [PATCH] ARM NEON shift emulation fix |
| Date: | Fri, 04 Sep 2009 16:49:11 -0300 |
| User-agent: | Thunderbird 2.0.0.23 (X11/20090817) |
Any update on this?
Thanks,
Daniel.
Daniel Gutson wrote:
Hi,the attached patch fixes a bug that caused some NEON shift operations to shift a wrong amount of bytes.The problem was that a variable holding an immediate value representing the amount of bits to shift was later overwritten with another value (used for something different) within a loop.Please commit this for me if approved, since I don't have write access. Thanks! Daniel. --- 2009-08-21 Daniel Gutson <address@hidden> * target-arm/translate.c (disas_neon_data_insn): Fixed shift operand.
-- Daniel Gutson CodeSourcery www.codesourcery.com
| [Prev in Thread] | Current Thread | [Next in Thread] |