target-alpha: remove amask helper
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 10 Apr 2009 21:27:48 +0000 (21:27 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 10 Apr 2009 21:27:48 +0000 (21:27 +0000)
commita3468a5668f6748cd593b06b06885ac94dbef787
tree371b19653d87c3b54d231c35b559f51115635bdf
parentdb2e4270eff9e357788502f23b3dc4de970a40f7
target-alpha: remove amask helper

The direct use of helper_amask in translate.c was bogus (as env is not
assigned).  Directly code amask in tcg and remove the helper.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7075 c046a42c-6fe2-441c-8c8c-71466251a162
target-alpha/helper.h
target-alpha/op_helper.c
target-alpha/translate.c