OSDN Git Service

VSTn instructions have a number of encoding constraints which are not implemented...
authorMihai Popa <mihail.popa@gmail.com>
Mon, 20 May 2013 14:57:05 +0000 (14:57 +0000)
committerMihai Popa <mihail.popa@gmail.com>
Mon, 20 May 2013 14:57:05 +0000 (14:57 +0000)
commit30a7a7c1fdbd2607345dd1554e3436749fd75c6e
tree380293c76297b65a5c975df2e29f173e4a967178
parentbac932e9c3c4305a3c73598f3d0dc55de53d4c68
VSTn instructions have a number of encoding constraints which are not implemented. I have added these using wrapper methods around the original custom decoder (incidentally - this is a huge poorly written method that should be cleaned up. I have left it as is since the changes would be much to hard to review).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/MC/Disassembler/ARM/invalid-VST-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt