summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/ARM/neon.txt
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby1-0/+19
2012-04-24Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby1-0/+24
2012-04-17Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby1-0/+37
2012-04-11Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby1-0/+182
2012-03-21Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby1-0/+185
2012-03-06Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby1-0/+7
2011-11-15Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson1-0/+6
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer1-10/+10
2011-11-01Fix disassembly of some VST1 instructions.Owen Anderson1-1/+2
2011-10-31More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson1-0/+2
2011-10-28Fix illegal disassembly testcase.Owen Anderson1-2/+2
2011-10-27Add testcase for r143162.Owen Anderson1-0/+4
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy1-1/+1
2011-08-22Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson1-0/+3
2011-08-22Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson1-0/+2
2011-08-22Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson1-0/+2
2011-08-22Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson1-0/+4
2011-08-15Fix problems decoding the to/from-lane NEON memory instructions, and add a co...Owen Anderson1-0/+1847