Add some NEON stores to the VLD decoding hook that were accidentally omitted previously.
authorOwen Anderson <resistor@mac.com>
Thu, 27 Oct 2011 22:53:10 +0000 (22:53 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 27 Oct 2011 22:53:10 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143162 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Disassembler/ARMDisassembler.cpp

index 5174134c465d355e71231c520327ef5a3d150e7a..0e63d9cc24d5cbdc7ca8cf974dd4308accadb140 100644 (file)
@@ -2136,6 +2136,10 @@ static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn,
   case ARM::VLD1d16wb_fixed:
   case ARM::VLD1d32wb_fixed:
   case ARM::VLD1d64wb_fixed:
+  case ARM::VLD1d8Twb_fixed:
+  case ARM::VLD1d16Twb_fixed:
+  case ARM::VLD1d32Twb_fixed:
+  case ARM::VLD1d64Twb_fixed:
   case ARM::VLD1d8wb_register:
   case ARM::VLD1d16wb_register:
   case ARM::VLD1d32wb_register: