llvm-6502/test/MC/ARM
Owen Anderson 7a25825033 Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by element size. Instead,
all of the different element sizes are pseudo instructions that map down to vext.8 underneath, with
the immediate shifted left to reflect the increased element size.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118183 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-03 18:16:27 +00:00
..
arm_instructions.s Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work 2010-11-02 22:31:46 +00:00
arm_word_directive.s Mark ARM subtarget features that are available for the assembler. 2010-11-01 16:59:54 +00:00
dg.exp Convert this test to a .s file, so that it's not sensitive to codegen changes. 2010-10-29 01:01:56 +00:00
neon-abs-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-absdiff-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-add-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-bitcount-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-bitwise-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-cmp-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-convert-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-dup-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-minmax-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-mov-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-mul-accum-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-mul-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-neg-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-pairwise-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-reciprocal-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-reverse-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-satshift-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-shift-encoding.s Use ARM-style comment syntax. 2010-11-01 18:33:37 +00:00
neon-shiftaccum-encoding.s Covert this test to .s form. 2010-11-01 18:03:16 +00:00
neon-shuffle-encoding.s Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by element size. Instead, 2010-11-03 18:16:27 +00:00
neon-sub-encoding.s Convert this test to .s form. 2010-11-01 18:26:43 +00:00
neon-table-encoding.s Covert this test to .s form. 2010-11-01 18:30:39 +00:00
neon-vld-encoding.s Add correct encodings for the rest of the vld instructions that we generate. 2010-11-02 20:40:59 +00:00
neon-vst-encoding.s Provide correct encodings for the remaining vst variants that we currently generate. 2010-11-02 22:18:18 +00:00
simple-encoding.ll Add a CMP test. 2010-10-22 23:48:01 +00:00
simple-fp-encoding.s The MC code couldn't handle ARM LDR instructions with negative offsets: 2010-11-03 01:49:29 +00:00