On 14 June 2015 at 20:49, Aurelio C. Remonda wrote:
> Created an ARM_FEATURE_THUMB_DSP to be added to any non-M
> thumb2-compatible CPU that uses DSP instructions. There are 85 DSP
> instructions (all of them thumb2). On disas_thumb2_insn the DSP feature is
> tested before the instruction is gener
Created an ARM_FEATURE_THUMB_DSP to be added to any non-M
thumb2-compatible CPU that uses DSP instructions. There are 85 DSP
instructions (all of them thumb2). On disas_thumb2_insn the DSP feature is
tested before the instruction is generated; if it's not enabled then its an
illegal op.
Signed-off