This adds the Jazelle execution state as a feature if ARM_FEATURE_V6 is
set or if the processor is arm926 or arm1026. This fixes the issue that any
BXJ instruction will result in an illegal_op. BXJ instructions will now
check if the architecture supports ARM_FEATURE_JAZELLE.
Signed-off-by: Portia
etter than the current state where any
architecture running a BXJ would cause an illegal_op. The correct solution
would be to create a feature set for v5J but that doesn't seem worth it as the
v5J is so old.
Signed-off-by: Portia Stephens
Reviewed-by: Alistair Francis
---
target/arm/
> -Original Message-
> From: alistai...@gmail.com [mailto:alistai...@gmail.com] On Behalf Of
> Alistair Francis
> Sent: Friday, August 11, 2017 4:23 PM
> To: Alistair Francis ; Portia Stephens
>
> Cc: qemu-devel@nongnu.org Developers ;
> Peter Maydell ; Edgar Igl