mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
More not-crashing NEON disassembly updates for the vld refactoring.
llvm-svn: 143351
This commit is contained in:
parent
6b04733494
commit
d7700cb13f
@ -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:
|
||||
|
@ -1859,4 +1859,6 @@
|
||||
|
||||
0x1d 0x76 0x66 0xf4
|
||||
# CHECK: vld1.8 {d23, d24, d25}, [r6, :64]!
|
||||
0x9d 0x62 0x6f 0xf4
|
||||
# CHECK: vld1.32 {d22, d23, d24, d25}, [pc, :64]!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user