Remove suffix on fxsave.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cvt16.s
1 # Check CVT16 instructions (maxcombos=16, maxops=3, archbits=32, seed=1)
2
3 .allow_index_reg
4 .text
5 _start:
6
7 # Tests for op VCVTPH2PS imm8, xmm2/mem64, xmm1 (at&t syntax)
8 VCVTPH2PS $0x0,%xmm7,%xmm7
9 VCVTPH2PS $0x0,(%ebx),%xmm7
10 VCVTPH2PS $0x0,%xmm0,%xmm5
11 VCVTPH2PS $0xFF,%xmm5,%xmm0
12 VCVTPH2PS $0x3,%xmm0,%xmm0
13 VCVTPH2PS $0x3,%xmm7,%xmm0
14 VCVTPH2PS $0x0,%xmm5,%xmm5
15 VCVTPH2PS $0x0,%xmm0,%xmm7
16 VCVTPH2PS $0x3,(%eax),%xmm0
17 VCVTPH2PS $0xFF,(%ebx),%xmm0
18 VCVTPH2PS $0x0,(%eax),%xmm7
19 VCVTPH2PS $0xFF,%xmm7,%xmm7
20 VCVTPH2PS $0xFF,%xmm5,%xmm5
21 VCVTPH2PS $0xFF,(%ebx),%xmm5
22 VCVTPH2PS $0xFF,%xmm7,%xmm0
23 VCVTPH2PS $0x3,(%eax),%xmm7
24 # Tests for op VCVTPH2PS imm8, xmm2/mem128, ymm1 (at&t syntax)
25 VCVTPH2PS $0x0,%xmm7,%ymm7
26 VCVTPH2PS $0x0,(%ebx),%ymm7
27 VCVTPH2PS $0x0,%xmm0,%ymm5
28 VCVTPH2PS $0xFF,%xmm5,%ymm0
29 VCVTPH2PS $0x3,%xmm0,%ymm0
30 VCVTPH2PS $0x3,%xmm7,%ymm0
31 VCVTPH2PS $0x0,%xmm5,%ymm5
32 VCVTPH2PS $0x0,%xmm0,%ymm7
33 VCVTPH2PS $0x3,(%eax),%ymm0
34 VCVTPH2PS $0xFF,(%ebx),%ymm0
35 VCVTPH2PS $0x0,(%eax),%ymm7
36 VCVTPH2PS $0xFF,%xmm7,%ymm7
37 VCVTPH2PS $0xFF,%xmm5,%ymm5
38 VCVTPH2PS $0xFF,(%ebx),%ymm5
39 VCVTPH2PS $0xFF,%xmm7,%ymm0
40 VCVTPH2PS $0x3,(%eax),%ymm7
41 # Tests for op VCVTPS2PH imm8, xmm2, xmm1/mem64 (at&t syntax)
42 VCVTPS2PH $0x0,%xmm5,(%ebx)
43 VCVTPS2PH $0x0,%xmm7,(%esi)
44 VCVTPS2PH $0x0,%xmm0,(%eax)
45 VCVTPS2PH $0xFF,%xmm5,%xmm2
46 VCVTPS2PH $0x3,%xmm0,%xmm2
47 VCVTPS2PH $0x3,%xmm5,%xmm2
48 VCVTPS2PH $0x0,%xmm0,%xmm7
49 VCVTPS2PH $0x0,%xmm0,(%esi)
50 VCVTPS2PH $0xFF,%xmm7,%xmm0
51 VCVTPS2PH $0x0,%xmm7,(%ebx)
52 VCVTPS2PH $0xFF,%xmm5,(%ebx)
53 VCVTPS2PH $0xFF,%xmm0,(%eax)
54 VCVTPS2PH $0xFF,%xmm7,(%eax)
55 VCVTPS2PH $0x3,%xmm7,(%ebx)
56 VCVTPS2PH $0x3,%xmm5,(%eax)
57 VCVTPS2PH $0xFF,%xmm5,%xmm7
58 # Tests for op VCVTPS2PH imm8, ymm2, xmm1/mem128 (at&t syntax)
59 VCVTPS2PH $0x0,%ymm5,(%ebx)
60 VCVTPS2PH $0x0,%ymm7,(%esi)
61 VCVTPS2PH $0x0,%ymm0,(%eax)
62 VCVTPS2PH $0xFF,%ymm5,%xmm2
63 VCVTPS2PH $0x3,%ymm0,%xmm2
64 VCVTPS2PH $0x3,%ymm5,%xmm2
65 VCVTPS2PH $0x0,%ymm0,%xmm7
66 VCVTPS2PH $0x0,%ymm0,(%esi)
67 VCVTPS2PH $0xFF,%ymm7,%xmm0
68 VCVTPS2PH $0x0,%ymm7,(%ebx)
69 VCVTPS2PH $0xFF,%ymm5,(%ebx)
70 VCVTPS2PH $0xFF,%ymm0,(%eax)
71 VCVTPS2PH $0xFF,%ymm7,(%eax)
72 VCVTPS2PH $0x3,%ymm7,(%ebx)
73 VCVTPS2PH $0x3,%ymm5,(%eax)
74 VCVTPS2PH $0xFF,%ymm5,%xmm7
This page took 0.029945 seconds and 4 git commands to generate.