[PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, vorn...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / neon-fma-cov.s
CommitLineData
62f3b8c8
PB
1 .arm
2 .syntax unified
3 .text
4
5 .macro regs3_1 op opq vtype
6 \op\vtype q0,q0,q0
7 \opq\vtype q0,q0,q0
8 \op\vtype d0,d0,d0
9 .endm
10
11 regs3_1 vfma vfma .f32
12 regs3_1 vfms vfms .f32
This page took 0.413833 seconds and 4 git commands to generate.