mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
More not-crashing NEON disassembly updates for the vld refactoring.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2142,6 +2142,10 @@ static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
case ARM::VLD1d16Twb_fixed:
|
||||
case ARM::VLD1d32Twb_fixed:
|
||||
case ARM::VLD1d64Twb_fixed:
|
||||
case ARM::VLD1d8Qwb_fixed:
|
||||
case ARM::VLD1d16Qwb_fixed:
|
||||
case ARM::VLD1d32Qwb_fixed:
|
||||
case ARM::VLD1d64Qwb_fixed:
|
||||
case ARM::VLD1d8wb_register:
|
||||
case ARM::VLD1d16wb_register:
|
||||
case ARM::VLD1d32wb_register:
|
||||
|
||||
Reference in New Issue
Block a user