x86: drop VEXI4_Fixup()
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / suffix-bad.s
CommitLineData
83b16ac6
JB
1 .text
2suffix:
3 phadddb %xmm0, %xmm1
4 phadddd %xmm0, %xmm1
5 phadddl %xmm0, %xmm1
6 phadddld %xmm0, %xmm1
7 phadddq %xmm0, %xmm1
8 phaddds %xmm0, %xmm1
9 phadddw %xmm0, %xmm1
10
11 .intel_syntax noprefix
12 phadddb xmm0, xmm1
13 phadddd xmm0, xmm1
14 phadddl xmm0, xmm1
15 phadddld xmm0, xmm1
16 phadddq xmm0, xmm1
17 phaddds xmm0, xmm1
18 phadddw xmm0, xmm1
This page took 0.135536 seconds and 4 git commands to generate.