]> git.proxmox.com Git - qemu.git/commit
microblaze: Improve srl
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 24 Oct 2013 17:03:44 +0000 (19:03 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 24 Oct 2013 20:32:56 +0000 (22:32 +0200)
commitbb3cb951ef530da7d248051347c974e4d20e6ea0
tree30129d20f52f96272555720589ff3a27cc077212
parenta235900e225d21237a13333eaff40198974bc861
microblaze: Improve srl

write_carry only looks at bit zero, no need to mask out the others.

Meassured a 12% speed improvement in linux-user srl loops.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c