mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues to simplify the path towards an auto-generated disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3093,11 +3093,6 @@ static bool DisassembleNVdVnVmOptImm(MCInst &MI, unsigned Opcode, uint32_t insn,
|
||||
: decodeNEONRm(insn))));
|
||||
++OpIdx;
|
||||
|
||||
// Special case handling for VMOVDneon and VMOVQ because they are marked as
|
||||
// N3RegFrm.
|
||||
if (Opcode == ARM::VMOVDneon || Opcode == ARM::VMOVQ)
|
||||
return true;
|
||||
|
||||
// Dm = Inst{5:3-0} => NEON Rm
|
||||
// or
|
||||
// Dm is restricted to D0-D7 if size is 16, D0-D15 otherwise
|
||||
|
Reference in New Issue
Block a user