2009-11-02 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / neon-fma-cov.s
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.029825 seconds and 4 git commands to generate.