target/arm: Implement SG instruction
commit333e10c51ef5876ced26f77b61b69ce0f83161a9
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Oct 2017 13:48:32 +0000 (9 14:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Oct 2017 12:23:14 +0000 (12 13:23 +0100)
tree8508e2dd589f63bd369de37ef7af5005eb602bf7
parentb9f587d62cebed427206539750ebf59bde4df422
target/arm: Implement SG instruction

Implement the SG instruction, which we emulate 'by hand' in the
exception handling code path.

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