llvm-6502/test/MC
Bill Wendling 602890dd8e Add MC encodings for some Thumb instructions. Test for a few of them. The "bx
lr" instruction cannot be tested just yet. It requires matching a "condition
code", but adding one of those makes things go south quickly...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119774 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-19 01:33:10 +00:00
..
ARM Add MC encodings for some Thumb instructions. Test for a few of them. The "bx 2010-11-19 01:33:10 +00:00
AsmParser Parse and remember discriminators in .loc line. I try to output them with 2010-11-13 03:18:27 +00:00
COFF
Disassembler Now that the MBlaze backend is in its own directory, split the test cases into multiple files for different types of instructions. 2010-11-17 22:54:43 +00:00
ELF Add support for .int. 2010-11-17 16:24:40 +00:00
MachO Change the 11 byte nop to be a single instruction. 2010-11-15 23:10:30 +00:00
MBlaze
X86