]> git.proxmox.com Git - qemu.git/commit
target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.
authorRichard Henderson <rth@twiddle.net>
Thu, 10 Dec 2009 22:00:18 +0000 (14:00 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Dec 2009 20:26:26 +0000 (21:26 +0100)
commit377a43b6fbf0727e812d39b74e468ff0f59cb550
tree9fa284b1ad36de5d747ea93434a32763501fe757
parent87d98f9551d264c5a19ab4d2ded56d6dd9294060
target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.

The architecture manual specifies the EXT instructions
in terms of the ZAPNOT operation; writing it that way in
the translator makes things a bit clearer.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/translate.c