tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vdup-bad.s
CommitLineData
b409bdb6
AV
1.macro cond
2.irp cond, eq, ne, gt, ge, lt, le
3it \cond
4vdup.32 q0, r2
5.endr
6.endm
7
8.syntax unified
9.thumb
10vdup.f16 q0, r1
11vdup.64 q0, r1
12vdup.32 q0, d0[1]
13vdup.32 q0, sp
14vdup.32 q0, pc
15cond
16it eq
17vdupeq.32 q0, r2
18vdupeq.32 q0, r2
19vpste
20vdupeq.32 q0, r2
21vdupt.32 q0, r2
22vpst
23vdup.32 q0, r2
This page took 0.085649 seconds and 4 git commands to generate.