mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix copy/past-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b8810c500
commit
517a013a4f
@ -5357,9 +5357,9 @@ def : NEONInstAlias<"veor${p} $Vdn, $Vm",
|
||||
(VEORd DPR:$Vdn, DPR:$Vdn, DPR:$Vm, pred:$p)>;
|
||||
def : NEONInstAlias<"veor${p} $Vdn, $Vm",
|
||||
(VEORq QPR:$Vdn, QPR:$Vdn, QPR:$Vm, pred:$p)>;
|
||||
def : NEONInstAlias<"vand${p} $Vdn, $Vm",
|
||||
def : NEONInstAlias<"vorr${p} $Vdn, $Vm",
|
||||
(VORRd DPR:$Vdn, DPR:$Vdn, DPR:$Vm, pred:$p)>;
|
||||
def : NEONInstAlias<"vand${p} $Vdn, $Vm",
|
||||
def : NEONInstAlias<"vorr${p} $Vdn, $Vm",
|
||||
(VORRq QPR:$Vdn, QPR:$Vdn, QPR:$Vm, pred:$p)>;
|
||||
|
||||
defm : VFPDTAnyInstAlias<"vand${p}", "$Vdn, $Vm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user