You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
211 B
14 lines
211 B
7 months ago
|
// 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
|
||
|
|