llvm-6502/test/MC
Kevin Enderby 9efa4ff901 Fix the ARM VST4 (single 4-element structure from one lane)
size 16 double-spaced registers instruction printing.

This:
	vld4.16 {d17[1], d19[1], d21[1], d23[1]}, [r7]!

was being printed as:

	vld4.16 {d17[1], d18[1], d19[1], d20[1]}, [r7]!

rdar://16435096


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204847 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-26 19:35:40 +00:00
..
AArch64
ARM Fix the ARM VST4 (single 4-element structure from one lane) 2014-03-26 19:35:40 +00:00
AsmParser Move tests that require ARM to an ARM test directory. 2014-03-18 22:43:59 +00:00
COFF
Disassembler [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
ELF Correctly detect if a symbol uses a reserved section index or not. 2014-03-26 00:16:43 +00:00
MachO Fix crashes when assembler directives are used that are not 2014-03-25 00:05:50 +00:00
Markup
Mips [mips] Use TwoOperandAliasConstraint for ArithLogicR instructions. 2014-03-26 16:09:43 +00:00
PowerPC [PowerPC] Generate little-endian object files 2014-03-24 18:16:09 +00:00
Sparc
SystemZ [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
X86 Convert a CodeGen test into a MC test. 2014-03-21 00:55:42 +00:00