1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/MC/AArch64/directive-arch.s
Saleem Abdulrasool c54dedba6d test: split test into two files
Split up the test cases into two inputs as per post-commit review comments from
Renato.  NFC.

llvm-svn: 272408
2016-06-10 17:33:28 +00:00

14 lines
211 B
ArmAsm

// RUN: llvm-mc -triple aarch64-unknown-none-eabi -filetype asm -o - %s 2>&1 | FileCheck %s
.arch armv8-a+crypto
aesd v0.16b, v2.16b
# CHECK: aesd v0.16b, v2.16b
.arch armv8.1-a+ras
esb
# CHECK: esb