History log of /external/llvm/test/MC/ARM/neon-vst-encoding.s
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e9d66c756a3d3f0d1636a9f1143dedd2f58138b 28-Mar-2012 Richard Barton <richard.barton@arm.com> Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153573 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
9f2e160f7ae90a7a80b17e38ad06f2c706515115 20-Mar-2012 Kevin Enderby <enderby@apple.com> Fix assembling ARM vst2 instructions with double-spaced registers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153099 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
88a54de799240d5de2e79dfff4671ad5653e7ceb 24-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VST4(one lane) assembly parsing and encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
539aab771fea06bd230789e19c9672ef80ad1c7e 24-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VST4(multiple 4 element structures) assembly parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148764 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
4adb18234278d6d40e5791e0dd6970be9a4b0b57 24-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VST3(single element from one lane) assembly parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148755 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
d7433e2873706265d545edc5cdd0a728dd71ef66 24-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VST3(multiple 3-element structures) assembly parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148748 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
c387fc66bd52e4276fdc2704a3aaed57cc1f9a11 24-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VLD3(multiple 3-element structures) assembly parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148745 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
3a678af71dec76a7e1474ad85a99b3588516906d 23-Jan-2012 Jim Grosbach <grosbach@apple.com> NEON VLD3 lane-indexed assembly parsing and encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148734 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
8b31f95bdde1e3809a1c9fdb6926b1840effcf9c 23-Jan-2012 Jim Grosbach <grosbach@apple.com> Simplify some NEON assembly pseudo definitions.

Let the generic token alias definitions handle the data subtype
suffices. We don't need explicit versions for each.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148718 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
5b484312c66f8d125c072517947538f301c5a805 20-Dec-2011 Jim Grosbach <grosbach@apple.com> ARM assembly parsing and encoding for VST2 single-element, double spaced.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146990 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
514806b52e88aca0c30f55763a997d1befa7c2ba 20-Dec-2011 Jim Grosbach <grosbach@apple.com> ARM enable a few more tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146985 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
9b1b3902882675e5ce35eacd639456bd648324b7 15-Dec-2011 Jim Grosbach <grosbach@apple.com> ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146605 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
ec04a3f8db9ab9db3bbec3ce32baaa2ea2cb853f 14-Dec-2011 Jim Grosbach <grosbach@apple.com> ARM NEON fix alignment encoding for VST2 w/ writeback.

Add tests for w/ writeback instruction parsing and encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146594 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
e90ac9bce9aa6de288568df9bf6133c08534ae2f 14-Dec-2011 Jim Grosbach <grosbach@apple.com> ARM NEON VST2 assembly parsing and encoding.

Work in progress. Parsing for non-writeback, single spaced register lists
works now. The rest have the representations better factored, but still
need more to be able to parse properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146579 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
4c7edb3ad8bd513c59190f6ebee9bee34af7d247 29-Nov-2011 Jim Grosbach <grosbach@apple.com> ARM assembly parsing and encoding for four-register VST1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145450 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
ed1f83f9af83f71b04b2aef820195d8db5dab00a 29-Nov-2011 Jim Grosbach <grosbach@apple.com> Enable some VST1 tests and add a few more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145443 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
dd47e0b5d4850fede4b2581c41f1e0a5eff5f05a 15-Nov-2011 Jim Grosbach <grosbach@apple.com> ARM parsing datatype suffix variants for non-writeback VST1 instructions.

rdar://10435076

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144593 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
6b09c77b7a831f57ccedb20c760031492a0af043 20-Oct-2011 Jim Grosbach <grosbach@apple.com> ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142583 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
760b46ce1851f9414c4d95093e8897cb32734560 20-Oct-2011 Jim Grosbach <grosbach@apple.com> Tidy up formatting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142582 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
b20594fce621a0b80132a575113c15ad33afc5e9 02-Nov-2010 Owen Anderson <resistor@mac.com> Provide correct encodings for the remaining vst variants that we currently generate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118087 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
a1a45fd25471e1121887b45ddc50f611f3c5f0aa 02-Nov-2010 Owen Anderson <resistor@mac.com> Add correct encodings for basic variants for vst3 and vst4.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118082 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
d2f3794e4dba7a397eaae62114fffe46213c7d41 02-Nov-2010 Owen Anderson <resistor@mac.com> Add correct encodings for the basic variants for vst2.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118068 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s
cfebe3a8b1b5b4654761953a9b695901a1b8eaec 02-Nov-2010 Owen Anderson <resistor@mac.com> Add correct encodings for the basic form of vst1.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118067 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/neon-vst-encoding.s