x86: Update assembler tests for non-ELF targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / prefix64.s
CommitLineData
7a8655d2
JB
1 .text
2prefix:
3 addr32 loop .Lrep_ret
4 addr32 jrcxz .Ldata16
5
6 repe addss %xmm0, %xmm0
7 repne addss %xmm0, %xmm0
8 repe vaddss %xmm0, %xmm0, %xmm0
9 repne vaddss %xmm0, %xmm0, %xmm0
10
11.Lrep_ret:
12 bnd ret
13 rep ret
14 bnd rep ret
15 rep bnd ret
16
17.Ldata16:
18#bogus data16 addps %xmm0, %xmm0
19 data16 addpd %xmm0, %xmm0
20 data16 vaddps %xmm0, %xmm0, %xmm0
21 data16 vaddpd %xmm0, %xmm0, %xmm0
99c2d522
L
22
23 .p2align 4,0
This page took 0.039564 seconds and 4 git commands to generate.