x86-64: generalize SIMD test expectations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / dcti-couples.s
1 # The execution order of the following DCTI couple is
2 # unpredictable in arches prior to V9, and also in arches
3 # starting with V9C.
4 bcc 1f
5 b 1f
6 nop
7 1:
8 # The following DCTI couple is deprecated starting with V9C
9 # (UltraSPARC Architecture 2005) but it is ok in previous
10 # arches.
11 b 1b
12 b 1b
13 nop
This page took 0.029225 seconds and 4 git commands to generate.