mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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
This commit is contained in:
parent
b0117eed84
commit
04b12a4cfb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user