If all the bit positions are not specified; do not decode the instructions.
authorJohnny Chen <johnny.chen@apple.com>
Fri, 9 Apr 2010 21:01:02 +0000 (21:01 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 9 Apr 2010 21:01:02 +0000 (21:01 +0000)
commit1808e4d251005b122b1d3f7a08a01a55c328da1c
tree76e89c61ebcf2fbe16fc10f9edfa05f061856c3f
parente3a39d40db3893be37107356f0c1680bef8a8ec1
If all the bit positions are not specified; do not decode the instructions.
We are bound to fail!  For proper disassembly, the well-known encoding bits
of the instruction must be fully specified.

This also removes pseudo instructions from considerations of disassembly,
which is a better design and less fragile than the name matchings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100899 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ARMDecoderEmitter.cpp
utils/TableGen/Record.h