mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -134,6 +134,8 @@ def IIC_VLD1u : InstrItinClass;
|
||||
def IIC_VLD1x2u : InstrItinClass;
|
||||
def IIC_VLD1x3u : InstrItinClass;
|
||||
def IIC_VLD1x4u : InstrItinClass;
|
||||
def IIC_VLD1ln : InstrItinClass;
|
||||
def IIC_VLD1lnu : InstrItinClass;
|
||||
def IIC_VLD2 : InstrItinClass;
|
||||
def IIC_VLD2x2 : InstrItinClass;
|
||||
def IIC_VLD2u : InstrItinClass;
|
||||
|
Reference in New Issue
Block a user