[binutils][arm] Implement Custom Datapath Extensions for MVE
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vfma-vfms.s
1 .syntax unified
2 .thumb
3
4 .irp data, f16, f32
5 .irp op1, q0, q1, q2, q4, q7
6 .irp op2, q0, q1, q2, q4, q7
7 .irp op3, r0, r1, r2, r4, r7, r8, r10, r14
8 vfma.\data \op1, \op2, \op3
9 .endr
10 .irp op3, q0, q1, q2, q4, q7
11 vfma.\data \op1, \op2, \op3
12 vfms.\data \op1, \op2, \op3
13 .endr
14 .endr
15 .endr
16 .endr
17
18 vpstete
19 vfmat.f16 q0, q1, q2
20 vfmae.f32 q7, q7, q7
21 vfmat.f16 q0, q1, r2
22 vfmae.f32 q7, q7, r12
23 vpste
24 vfmst.f16 q0, q1, q2
25 vfmse.f32 q7, q7, q7
This page took 0.030358 seconds and 4 git commands to generate.