1 // RUN
: llvm-mc
-triple aarch64-unknown-none-eabi
-filetype asm
-o
- %s
2>&1 | FileCheck
%s
6 eor v0.16
b, v0.16
b, v2.16
b
8 # CHECK: aesd v0.16b, v2.16b
9 # CHECK: eor v0.16b, v0.16b, v2.16b
11 // PR32873
: without extra features
, '.arch' is currently ignored.
12 // Add an unrelated feature to accept the directive.
13 .arch armv8.1-a+crypto
15 # CHECK: casa w5, w7, [x20]
19 # CHECK: casa w5, w7, [x20]