llvm-6502/test/MC
Chris Lattner 04a75abe23 add aliases for movs between seg registers and mem. There are multiple
different forms of this instruction (movw/movl/movq) which we reported
as being ambiguous.  Since they all do the same thing, gas just picks the
one with the shortest encoding.  Follow its lead here.

This implements rdar://8208615


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118362 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-06 22:35:34 +00:00
..
ARM Add codegen and encoding support for the immediate form of vbic. 2010-11-05 19:27:46 +00:00
AsmParser Add support for .value. 2010-11-01 15:29:07 +00:00
COFF Unbreak test on non-COFF targets. 2010-10-16 11:27:13 +00:00
Disassembler chase owen. 2010-11-02 23:55:24 +00:00
ELF Add support for expressions in .sleb/.uleb directives. 2010-11-02 17:22:24 +00:00
MachO MC/Mach-O/i386: Fix a crash in relocation handling. 2010-09-17 15:21:50 +00:00
X86 add aliases for movs between seg registers and mem. There are multiple 2010-11-06 22:35:34 +00:00