llvm-6502/test/MC/Disassembler/AArch64/arm64-crypto.txt
Tim Northover 29f94c7201 AArch64/ARM64: move ARM64 into AArch64's place
This commit starts with a "git mv ARM64 AArch64" and continues out
from there, renaming the C++ classes, intrinsics, and other
target-local objects for consistency.

"ARM64" test directories are also moved, and tests that began their
life in ARM64 use an arm64 triple, those from AArch64 use an aarch64
triple. Both should be equivalent though.

This finishes the AArch64 merge, and everyone should feel free to
continue committing as normal now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209577 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-24 12:50:23 +00:00

48 lines
1.4 KiB
Plaintext

# RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto --disassemble < %s | FileCheck %s
# RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto -output-asm-variant=1 --disassemble < %s | FileCheck %s --check-prefix=CHECK-APPLE
0x20 0x48 0x28 0x4e
0x20 0x58 0x28 0x4e
0x20 0x68 0x28 0x4e
0x20 0x78 0x28 0x4e
0x20 0x00 0x02 0x5e
0x20 0x10 0x02 0x5e
0x20 0x20 0x02 0x5e
0x20 0x30 0x02 0x5e
0x20 0x40 0x02 0x5e
0x20 0x50 0x02 0x5e
0x20 0x60 0x02 0x5e
0x20 0x08 0x28 0x5e
0x20 0x18 0x28 0x5e
0x20 0x28 0x28 0x5e
# CHECK: aese v0.16b, v1.16b
# CHECK: aesd v0.16b, v1.16b
# CHECK: aesmc v0.16b, v1.16b
# CHECK: aesimc v0.16b, v1.16b
# CHECK: sha1c q0, s1, v2.4s
# CHECK: sha1p q0, s1, v2.4s
# CHECK: sha1m q0, s1, v2.4s
# CHECK: sha1su0 v0.4s, v1.4s, v2
# CHECK: sha256h q0, q1, v2.4s
# CHECK: sha256h2 q0, q1, v2.4s
# CHECK: sha256su1 v0.4s, v1.4s, v2.4s
# CHECK: sha1h s0, s1
# CHECK: sha1su1 v0.4s, v1.4s
# CHECK: sha256su0 v0.4s, v1.4s
# CHECK-APPLE: aese.16b v0, v1
# CHECK-APPLE: aesd.16b v0, v1
# CHECK-APPLE: aesmc.16b v0, v1
# CHECK-APPLE: aesimc.16b v0, v1
# CHECK-APPLE: sha1c.4s q0, s1, v2
# CHECK-APPLE: sha1p.4s q0, s1, v2
# CHECK-APPLE: sha1m.4s q0, s1, v2
# CHECK-APPLE: sha1su0.4s v0, v1, v2
# CHECK-APPLE: sha256h.4s q0, q1, v2
# CHECK-APPLE: sha256h2.4s q0, q1, v2
# CHECK-APPLE: sha256su1.4s v0, v1, v2
# CHECK-APPLE: sha1h s0, s1
# CHECK-APPLE: sha1su1.4s v0, v1
# CHECK-APPLE: sha256su0.4s v0, v1