MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDICTABLE.
authorJohnny Chen <johnny.chen@apple.com>
Fri, 1 Apr 2011 23:15:50 +0000 (23:15 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 1 Apr 2011 23:15:50 +0000 (23:15 +0000)
commit6da3fe68c6e3f5abd520a1bfc8dd8429e6ec6389
tree4ddcbc2d3f886b46ed64ae9dfd7fb2768e9acb03
parent857b1939dabefe931e1fd25b20185153ea389587
MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDICTABLE.

rdar://problem/9224120

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