Add N2RegVShLFrm and N2RegVShRFrm formats so that the disassembler can easily
authorJohnny Chen <johnny.chen@apple.com>
Fri, 26 Mar 2010 01:07:59 +0000 (01:07 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 26 Mar 2010 01:07:59 +0000 (01:07 +0000)
commit0a3dc10eba975195e8b9b028bd21a4969cd6f2de
tree8e622d49b352044f9287d7aa99af742c8325e40f
parentb19383818bcaf65509f4050c81f75c8ee0624f8c
Add N2RegVShLFrm and N2RegVShRFrm formats so that the disassembler can easily
dispatch to the appropriate routines to handle the different interpretations of
the shift amount encoded in the imm6 field.  The Vd, Vm fields are interpreted
the same between the two, though.

See, for example, A8.6.367 VQSHL, VQSHLU (immediate) for N2RegVShLFrm format and
A8.6.368 VQSHRN, VQSHRUN for N2RegVShRFrm format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99590 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td