Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vfmas.s
1 .syntax unified
2 .thumb
3 .irp data, f16, f32
4 .irp op1, q0, q1, q2, q4, q7
5 .irp op2, q0, q1, q2, q4, q7
6 .irp op3, r0, r1, r2, r4, r7, r8, r10, r14
7 vfmas.\data \op1, \op2, \op3
8 .endr
9 .endr
10 .endr
11 .endr
12 vpstete
13 vfmast.f16 q0, q1, r2
14 vfmase.f16 q7, q7, r14
15 vfmast.f32 q0, q1, r2
16 vfmase.f32 q6, q3, r8
This page took 0.038691 seconds and 4 git commands to generate.