OSDN Git Service

target-arm: Add support for PKHxx in thumb2
authorJohan Bengtsson <teofrastius@gmail.com>
Tue, 7 Dec 2010 12:01:44 +0000 (12:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 12:01:44 +0000 (12:01 +0000)
commit2af9ab7737c050e063dc939973a8d669a3ab3743
treebf4667036fd1dc7339882770a1027ee462c5d30c
parent2c90fe2b71df2534884bce96d90cbfcc93aeedb8
target-arm: Add support for PKHxx in thumb2

The PKHxx instructions were not recognized by the thumb2 decoder. The
solution provided in this changeset is identical to the arm-mode
implementation.

Signed-off-by: Johan Bengtsson <teofrastius@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
target-arm/translate.c