tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vfmas-bad.s
CommitLineData
f30ee27c
AV
1.macro cond
2.irp cond, eq, ne, gt, ge, lt, le
3it \cond
4vfmas.f32 q0, q1, r2
5.endr
6.endm
7
8.syntax unified
9.thumb
10vfmas.f32 q0, q1, sp
11vfmas.f32 q0, q1, pc
12vfmas.i32 q0, q1, r2
13vfmas.f64 q0, q1, r2
14cond
15it eq
16vfmaseq.f32 q0, q1, r2
17vfmaseq.f32 q0, q1, r2
18vpst
19vfmaseq.f32 q0, q1, r2
20vfmast.f32 q0, q1, r2
21vpst
22vfmas.f32 q0, q1, r2
This page took 0.080403 seconds and 4 git commands to generate.