Add MC encodings for some Thumb instructions. Test for a few of them. The "bx
authorBill Wendling <isanbard@gmail.com>
Fri, 19 Nov 2010 01:33:10 +0000 (01:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 19 Nov 2010 01:33:10 +0000 (01:33 +0000)
commit602890dd8ef53c6e8d60a2752b97940f7a58de1a
treee888c702770f1ae455354dc0490b9732a6c0de91
parent737d2816c42c1f9a63524e39ccfa7560777b6b42
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
lib/Target/ARM/ARMInstrThumb.td
test/MC/ARM/thumb.s [new file with mode: 0644]