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
[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git]
/
llvm
/
test
/
MC
/
ARM
/
arm-v8.1m-check-mve-extension.s
blob
641e79d8ae2a1f73dbcdf142e6f69100c76c1698
1
//
RUN
:
llvm-mc
-
triple thumbv8.1m.main-none-eabi
-
filetype asm
-
o
- %
s
2
>&
1
| FileCheck
%
s
2
3
.arch_extension mve.fp
4
vsub.f32 q0
,
q0
,
q1
5
//
CHECK
:
vsub.f32 q0
,
q0
,
q1
6