mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
[AArch64] Add support for NEON scalar floating-point absolute difference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2609,3 +2609,11 @@
|
||||
# CHECK: fcvtzu d21, d14
|
||||
0xac,0xb9,0xa1,0x7e
|
||||
0xd5,0xb9,0xe1,0x7e
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# Scalar Floating-point Absolute Difference
|
||||
#----------------------------------------------------------------------
|
||||
# CHECK: fabd s29, s24, s20
|
||||
# CHECK: fabd d29, d24, d20
|
||||
0x1d,0xd7,0xb4,0x7e
|
||||
0x1d,0xd7,0xf4,0x7e
|
||||
|
Reference in New Issue
Block a user