target/arm: Implement BLXNS
commit3e3fa230e3b8ffe119f14ba57a6bc677a411be57
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Oct 2017 13:48:33 +0000 (9 14:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Oct 2017 12:23:14 +0000 (12 13:23 +0100)
treea8cc93817f1869fdb324a0dea95981e8005e0c12
parent333e10c51ef5876ced26f77b61b69ce0f83161a9
target/arm: Implement BLXNS

Implement the BLXNS instruction, which allows secure code to
call non-secure code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1507556919-24992-4-git-send-email-peter.maydell@linaro.org
target/arm/helper.c
target/arm/helper.h
target/arm/internals.h
target/arm/translate.c