Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i386 / f16c.s
1 # Check F16C new instructions.
2
3         .text
4 foo:
5         vcvtph2ps %xmm4,%ymm4
6         vcvtph2ps (%ecx),%ymm4
7         vcvtph2ps %xmm4,%xmm6
8         vcvtph2ps (%ecx),%xmm4
9         vcvtps2ph $0x2,%ymm4,%xmm4
10         vcvtps2ph $0x2,%ymm4,(%ecx)
11         vcvtps2ph $0x2,%xmm4,%xmm4
12         vcvtps2ph $0x2,%xmm4,(%ecx)
13
14         .intel_syntax noprefix
15         vcvtph2ps ymm4,xmm4
16         vcvtph2ps ymm4,XMMWORD PTR [ecx]
17         vcvtph2ps ymm4,[ecx]
18         vcvtph2ps xmm6,xmm4
19         vcvtph2ps xmm4,QWORD PTR [ecx]
20         vcvtph2ps xmm4,[ecx]
21         vcvtps2ph xmm4,ymm4,0x2
22         vcvtps2ph XMMWORD PTR [ecx],ymm4,0x2
23         vcvtps2ph [ecx],ymm4,0x2
24         vcvtps2ph xmm4,xmm4,0x2
25         vcvtps2ph QWORD PTR [ecx],xmm4,0x2
26         vcvtps2ph [ecx],xmm4,0x2