2009-11-25 Doug Kwan <dougkwan@google.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-fma4.s
CommitLineData
922d8de8
DR
1# Check 64bit FMA4 instructions
2
3 .allow_index_reg
4 .text
5_start:
6
7 vfmaddpd %ymm4,%ymm6,%ymm2,%ymm7
8 vfmaddpd (%rcx),%ymm6,%ymm2,%ymm7
9 vfmaddps %ymm4,%ymm6,%ymm2,%ymm7
10 vfmaddps (%rcx),%ymm6,%ymm2,%ymm7
11 vfmaddsubpd %ymm4,%ymm6,%ymm2,%ymm7
12 vfmaddsubpd (%rcx),%ymm6,%ymm2,%ymm7
13 vfmaddsubps %ymm4,%ymm6,%ymm2,%ymm7
14 vfmaddsubps (%rcx),%ymm6,%ymm2,%ymm7
15 vfmaddpd %xmm4,%xmm6,%xmm2,%xmm7
16 vfmaddpd (%rcx),%xmm6,%xmm2,%xmm7
17 vfmaddpd %xmm4,(%rcx),%xmm2,%xmm7
18 vfmaddps %xmm4,%xmm6,%xmm2,%xmm7
19 vfmaddps (%rcx),%xmm6,%xmm2,%xmm7
20 vfmaddps %xmm4,(%rcx),%xmm2,%xmm7
21 vfmaddsubpd %xmm4,%xmm6,%xmm2,%xmm7
22 vfmaddsubpd (%rcx),%xmm6,%xmm2,%xmm7
23 vfmaddsubpd %xmm4,(%rcx),%xmm2,%xmm7
24 vfmaddsubps %xmm4,%xmm6,%xmm2,%xmm7
25 vfmaddsubps (%rcx),%xmm6,%xmm2,%xmm7
26 vfmaddsubps %xmm4,(%rcx),%xmm2,%xmm7
27 vfmaddsd %xmm4,%xmm6,%xmm2,%xmm7
28 vfmaddsd (%rcx),%xmm6,%xmm2,%xmm7
29 vfmaddsd %xmm4,(%rcx),%xmm2,%xmm7
30 vfmaddss %xmm4,%xmm6,%xmm2,%xmm7
31 vfmaddss (%rcx),%xmm6,%xmm2,%xmm7
32 vfmaddss %xmm4,(%rcx),%xmm2,%xmm7
33 vfnmaddpd %ymm4,%ymm6,%ymm2,%ymm7
34 vfnmaddpd (%rcx),%ymm6,%ymm2,%ymm7
35 vfnmaddps %ymm4,%ymm6,%ymm2,%ymm7
36 vfnmaddps (%rcx),%ymm6,%ymm2,%ymm7
37 vfnmsubpd %ymm4,%ymm6,%ymm2,%ymm7
38 vfnmsubpd (%rcx),%ymm6,%ymm2,%ymm7
39 vfnmsubps %ymm4,%ymm6,%ymm2,%ymm7
40 vfnmsubps (%rcx),%ymm6,%ymm2,%ymm7
41 vfnmaddpd %xmm4,%xmm6,%xmm2,%xmm7
42 vfnmaddpd (%rcx),%xmm6,%xmm2,%xmm7
43 vfnmaddpd %xmm4,(%rcx),%xmm2,%xmm7
44 vfnmaddps %xmm4,%xmm6,%xmm2,%xmm7
45 vfnmaddps (%rcx),%xmm6,%xmm2,%xmm7
46 vfnmaddps %xmm4,(%rcx),%xmm2,%xmm7
47 vfnmsubpd %xmm4,%xmm6,%xmm2,%xmm7
48 vfnmsubpd (%rcx),%xmm6,%xmm2,%xmm7
49 vfnmsubpd %xmm4,(%rcx),%xmm2,%xmm7
50 vfnmsubps %xmm4,%xmm6,%xmm2,%xmm7
51 vfnmsubps (%rcx),%xmm6,%xmm2,%xmm7
52 vfnmsubps %xmm4,(%rcx),%xmm2,%xmm7
53 vfnmaddsd %xmm4,%xmm6,%xmm2,%xmm7
54 vfnmaddsd (%rcx),%xmm6,%xmm2,%xmm7
55 vfnmaddsd %xmm4,(%rcx),%xmm2,%xmm7
56 vfnmsubsd %xmm4,%xmm6,%xmm2,%xmm7
57 vfnmsubsd (%rcx),%xmm6,%xmm2,%xmm7
58 vfnmsubsd %xmm4,(%rcx),%xmm2,%xmm7
59 vfnmaddss %xmm4,%xmm6,%xmm2,%xmm7
60 vfnmaddss (%rcx),%xmm6,%xmm2,%xmm7
61 vfnmaddss %xmm4,(%rcx),%xmm2,%xmm7
62 vfnmsubss %xmm4,%xmm6,%xmm2,%xmm7
63 vfnmsubss (%rcx),%xmm6,%xmm2,%xmm7
64
This page took 0.045078 seconds and 4 git commands to generate.