]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
authorHuw Davies <huw@codeweavers.com>
Thu, 13 Feb 2014 10:26:46 +0000 (10:26 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 21 Feb 2014 06:40:04 +0000 (00:40 -0600)
commit2cd72adb1c0ec75164f8fa296ace3221f03c3ab8
tree74441c1c1bc4c4193ae94eefd31ed857b4fc0fd1
parent819ddf7d1fbcb74ecab885dc35fea741c6316b17
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].

It's this that should be subtracted from 0x20 when converting to a right rotate.

Cc: qemu-stable@nongnu.org
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
(cherry picked from commit 7a3a00979d9dfe2aaa66ce5fc68cd161b4f900ba)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/arm/tcg-target.c