qemu-e2k/tcg/mips
Aurelien Jarno 9a152519a9 tcg/mips: implement rotl/rotr ops on MIPS32R2
rotr operations can be optimized on MIPS32 Release 2 using the ROTR and
ROTRV instructions. Also implemented rotl operations by subtracting the
shift from 32.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2012-09-22 15:10:20 +02:00
..
tcg-target.c tcg/mips: implement rotl/rotr ops on MIPS32R2 2012-09-22 15:10:20 +02:00
tcg-target.h tcg/mips: implement rotl/rotr ops on MIPS32R2 2012-09-22 15:10:20 +02:00