commit | 377a43b6fbf0727e812d39b74e468ff0f59cb550 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Dec 10 14:00:18 2009 -0800 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Dec 13 21:26:26 2009 +0100 |
tree | 9fa284b1ad36de5d747ea93434a32763501fe757 | |
parent | 87d98f9551d264c5a19ab4d2ded56d6dd9294060 [diff] |
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>