target-arm: explicitly decode SEVL instruction
authorMans Rullgard <mans@mansr.com>
Mon, 15 Jul 2013 13:35:25 +0000 (14:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2013 16:13:51 +0000 (17:13 +0100)
commit12b10571141a20e1c23d3b597e55d5d1a3113265
tree2a57b9ee56424ea5a631ddb06cd749a8aef7d575
parent2359bf80c1c4e8ed1e7ddb03661fec6bace82a87
target-arm: explicitly decode SEVL instruction

The ARMv8 SEVL instruction is in the architectural hint space already
emulated as nop.  This makes the decoding of SEVL explicit for clarity.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Message-id: 1370606786-5650-3-git-send-email-mans@mansr.com
[PMM: added 'SEVL' to the TODO comment]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c