repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
MC
/
AArch64
/
SME2p1
/
directive-arch_extension.s
blob
653956d733450c1d8889dac0bf8a41ee8af5dd5c
1
//
RUN
:
llvm-mc
-
triple aarch64
-
filetype asm
-
o
- %
s
2
>&
1
| FileCheck
%
s
2
3
.arch_extension sme2p1
4
sqcvt z0.h
, {
z0.s
,
z1.s
}
5
//
CHECK
:
sqcvt z0.h
, {
z0.s
,
z1.s
}