diff options
| author | Owen Anderson <resistor@mac.com> | 2011-10-27 22:53:10 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2011-10-27 22:53:10 +0000 |
| commit | 8a6ebd085a07fc57a2e47c719b9145b1f1d1568a (patch) | |
| tree | b365b4a7aca9af3465c9229a393b843a6566445b /llvm/lib | |
| parent | e5a6adceac01a08a22abca37ae37a4a36a608810 (diff) | |
| download | bcm5719-llvm-8a6ebd085a07fc57a2e47c719b9145b1f1d1568a.tar.gz bcm5719-llvm-8a6ebd085a07fc57a2e47c719b9145b1f1d1568a.zip | |
Add some NEON stores to the VLD decoding hook that were accidentally omitted previously.
llvm-svn: 143162
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index 5174134c465..0e63d9cc24d 100644 --- a/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/llvm/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: |

