repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
[binutils-gdb.git]
/
gold
/
testsuite
/
pr12826_1.s
blob
b4f68418b447eca32d2e02ee55aee1204774f554
1
.syntax unified
2
.arch armv7e-m
3
.thumb
4
.text
5
.align 2
6
.global f1
7
.thumb
8
.thumb_func
9
.type f1, %function
10
f1
:
11
movs
r0
,
#0
12
bx
lr
13
.size f1, .-f1