mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
ARM NEON aliases for vmovq.f*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fec33444c5
commit
ddecfe54a3
@ -5889,6 +5889,10 @@ def : NEONMnemonicAlias<"vorrq", "vorr">;
|
||||
|
||||
def : NEONMnemonicAlias<"vmovq", "vmov">;
|
||||
def : NEONMnemonicAlias<"vmvnq", "vmvn">;
|
||||
// Explicit versions for floating point so that the FPImm variants get
|
||||
// handled early. The parser gets confused otherwise.
|
||||
def : NEONMnemonicAlias<"vmovq.f32", "vmov.f32">;
|
||||
def : NEONMnemonicAlias<"vmovq.f64", "vmov.f64">;
|
||||
|
||||
def : NEONMnemonicAlias<"vaddq", "vadd">;
|
||||
def : NEONMnemonicAlias<"vsubq", "vsub">;
|
||||
|
Loading…
x
Reference in New Issue
Block a user