commit | f783cb22409c6537b3cab7e78e527f62b4237d1e | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Oct 01 21:00:42 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Oct 06 12:22:29 2012 +0200 |
tree | c68043f67cd002516134da347d7be6ea50f53ccc | |
parent | c9159fe9aa9abe24115ea4d16127179e9cb07e22 [diff] |
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>