]> git.proxmox.com Git - mirror_qemu.git/commit
target-xtensa: de-optimize EXTUI
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Oct 2012 19:00:42 +0000 (21:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Oct 2012 10:22:29 +0000 (12:22 +0200)
commitf783cb22409c6537b3cab7e78e527f62b4237d1e
treec68043f67cd002516134da347d7be6ea50f53ccc
parentc9159fe9aa9abe24115ea4d16127179e9cb07e22
target-xtensa: de-optimize EXTUI

Now that "and" with 0xff, 0xffff and 0xffffffff and "shr" with 0 shift
are optimized in tcg/tcg-op.h there is no need to do it in
target-xtensa/translate.c.

Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-xtensa/translate.c