Flesh out tests for Thumb2 encodings of NEON instructions.
authorOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 21:15:47 +0000 (21:15 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 21:15:47 +0000 (21:15 +0000)
commit410cb57524e3bfb022df20091ae4a5fa1fa7005d
tree8dc7fb6121f38fdf98dc029631d8abe079731034
parent32d1fe52e29fe01d615b66051503bb9016423923
Flesh out tests for Thumb2 encodings of NEON instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118837 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/ARM/neont2-cmp-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-minmax-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-mul-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-neg-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-reciprocal-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-reverse-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-satshift-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-shift-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-shiftaccum-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-shuffle-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-sub-encoding.s [new file with mode: 0644]