Add support for Thumb2 encodings of NEON data processing instructions, using the...
authorOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 19:07:48 +0000 (19:07 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 19:07:48 +0000 (19:07 +0000)
commitc7139a6f0d3acd198ab9eb536ea1ec52e61ff130
tree08d8daf4a1b5899db5ec3c3f46ade0d3f9e25c6c
parente1a2587ee273943390608df096378116ce52ffba
Add support for Thumb2 encodings of NEON data processing instructions, using the new PostEncoderMethod infrastructure.
More tests to come.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/neont2-abs-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-add-encoding.s [new file with mode: 0644]