- Add some NEON ld / st instruction static encoding.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 8 Jul 2009 22:51:32 +0000 (22:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 8 Jul 2009 22:51:32 +0000 (22:51 +0000)
commitdda0f4cb798e5f482247cda4ea9b74977b4601ec
tree3bc7e59da0f14cb5542aaf1a0756209e69319c96
parentd1095407eaf64c4d321df36fe962f768ec5ced80
- Add some NEON ld / st instruction static encoding.
- Make bits 25-27 for ldrh, etc. explicitly zero. Previously only the JIT uses the encoding information and it's assuming anything not specified to be zero. Making them explicit so the disassembler is happy.
Patch by Sean Callanan.

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