]> git.proxmox.com Git - qemu.git/commit - target-arm/translate.c
target-arm: neon vshll instruction fix
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Fri, 5 Feb 2010 15:52:29 +0000 (15:52 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Feb 2010 18:30:56 +0000 (19:30 +0100)
commit30d11a2a01747ff7d811120528e44046f0fd16b2
tree7c865c12ca67d7a028c73e460c5e0785b58bdc41
parent79b0e534c0378fa6c96b0489216b17a99782a671
target-arm: neon vshll instruction fix

implementation only widened the 32bit source vector elements into a
64bit destination vector but forgot to perform the actual shifting
operation.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c