target/arm: Convert ERET
commitef11bc3c461e2c650e8bef552146a4b08f81884e
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:07 +0000 (4 12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (5 13:23 +0100)
tree8671647baf721bc441fe009b50f8f3b9004fa4d8
parent4c97f5b2f0fa9b37f9ff497f15411d809e6fd098
target/arm: Convert ERET

Pass the T5 encoding of SUBS PC, LR, #IMM through the normal SUBS path
to make it clear exactly what's happening -- we hit ALUExceptionReturn
along that path.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-18-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/a32.decode
target/arm/t32.decode
target/arm/translate.c