When disassembling a SSAT/USAT with an asr #32 shift the disassembler currently returns a SoftFail, this is incorrect since such an instruction encoding is undefined without the DSP extension, (in which case it maps to a different instruction), as such the disassembler should return Fail in this case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM