Armv7: disassembly of vst1.8 misses operand list #3989
Labels
Arch: ARM/Thumb
Issues with the ARM/Thumb architecture plugin
Component: Architecture
Issue needs changes to an architecture plugin
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Bug
Issue is a non-crashing bug with repro steps
The instruction with encoding 0f0a43f4 is disassembled as:
vst1.8 {}, [r3]
The expected output (at least according to Capstone) is:
vst1.8 {d16, d17}, [r3]
The text was updated successfully, but these errors were encountered: