Add NVExtFrm to represent NEON Vector Extract Instructions, that uses Inst{11-8}
authorJohnny Chen <johnny.chen@apple.com>
Fri, 26 Mar 2010 22:28:56 +0000 (22:28 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 26 Mar 2010 22:28:56 +0000 (22:28 +0000)
commit629c25cda6af43c16ee4d1ef2301c9ff1531d041
treeef4b4b504b013df3d8ac2850d6b258e6bfc8e5cf
parentf35d88f439507c729e1f98522d9865b02fdc7c9c
Add NVExtFrm to represent NEON Vector Extract Instructions, that uses Inst{11-8}
to encode the byte location of the extracted result in the concatenation of the
operands, from the least significant end.

Modify VEXTd and VEXTq classes to use the format.

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