llvm-6502/test/MC
Chris Lattner 548abfcbd6 Implement support for the bizarre 3DNow! encoding (which is unlike anything
else in X86), and add support for pavgusb.  This is apparently the
only instruction (other than movsx) that is preventing ffmpeg from building
with clang.

If someone else is interested in banging out the rest of the 3DNow! 
instructions, it should be quite easy now.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115466 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-03 18:08:05 +00:00
..
ARM move ARM MC tests up one level. 2010-10-02 18:52:05 +00:00
AsmParser actually, move the elf tests into the existing elf dir. 2010-10-02 18:53:48 +00:00
COFF MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted. 2010-09-29 03:59:25 +00:00
Disassembler Fix vmov.f64 disassembly on targets where sizeof(long) != 8. 2010-09-17 23:48:07 +00:00
ELF Implement a very basic PIC case. 2010-10-03 00:46:57 +00:00
MachO MC/Mach-O/i386: Fix a crash in relocation handling. 2010-09-17 15:21:50 +00:00
X86 Implement support for the bizarre 3DNow! encoding (which is unlike anything 2010-10-03 18:08:05 +00:00