target-alpha: fix extlh instruction
commit6fd6e9f0bd997e421dbdf4b4c651d74b05b67792
authorVince Weaver <vince@csl.cornell.edu>
Thu, 17 Sep 2009 19:28:52 +0000 (17 15:28 -0400)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 18 Sep 2009 15:22:47 +0000 (18 17:22 +0200)
tree48d4e1c5223b00b1b3fee04b426df5451810028f
parent868136d4e36a4e7383c23393bda20c7ef0c5d131
target-alpha: fix extlh instruction

The extlh instruction on Alpha currently doesn't work properly.
It's a combination of a cut/paste bug (16 where it should be 32) as well
as a "shift by 64" bug.

Signed-off-by: Vince Weaver <vince@csl.cornell.edu>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/translate.c