From: Owen Anderson Date: Thu, 27 Oct 2011 22:53:10 +0000 (+0000) Subject: Add some NEON stores to the VLD decoding hook that were accidentally omitted previously. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04b12a4cfb74ac65ea86d57bde5999ef6ab09ad4;p=oota-llvm.git Add some NEON stores to the VLD decoding hook that were accidentally omitted previously. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143162 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index 5174134c465..0e63d9cc24d 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp @@ -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: