]> git.ipfire.org Git - thirdparty/qemu.git/commit
tci: Add implementation of rotl_i64, rotr_i64
authorStefan Weil <sw@weilnetz.de>
Thu, 12 Sep 2013 19:13:11 +0000 (21:13 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 3 Dec 2013 03:30:40 +0000 (21:30 -0600)
commit2c342444a0938a064d2a24e0c6ef28cce4737524
tree8fa275e98665f0f9f1fe3fcad96987d74f4f4c2f
parent98384a92cce4b090c6fad734bbc7a9572c246201
tci: Add implementation of rotl_i64, rotr_i64

It is used by qemu-ppc64 when running Debian's busybox-static.

Cc: qemu-stable <qemu-stable@nongnu.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
(cherry picked from commit d285bf784b6234e994ce73c05c82c9fb6429df00)

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