Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vrint-bad.s
CommitLineData
a710b305
AV
1.macro cond, mode
2.irp cond, eq, ne, gt, ge, lt, le
3it \cond
4vrint\mode\().f16 q0, q1
5.endr
6.endm
7
8.syntax unified
9.thumb
10.irp mode, n, x, a, z, m, p
11vrint\mode\().i16 q0, q1
12vrint\mode\().f64 q0, q1
13.endr
14vrintr.f16 q0, q1
15.irp mode, n, x, a, z, m, p
16cond \mode
17it eq
18vrint\mode\()eq.f16 q0, q1
19vrint\mode\()eq.f16 q0, q1
20vpst
21vrint\mode\()eq.f16 q0, q1
22vrint\mode\()t.f16 q0, q1
23vpst
24vrint\mode\().f16 q0, q1
25.endr
This page took 0.098129 seconds and 4 git commands to generate.