summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/f16c.asm
blob: 06fa5f1d74ccf16702eac9d8664e492de0c093c4 (plain)
1
2
3
4
5
6
7
8
9
10
[bits 64]
vcvtph2ps ymm1, xmm2
vcvtph2ps ymm1, oword [0]
vcvtph2ps xmm1, xmm2
vcvtph2ps xmm1, qword [0]

vcvtps2ph xmm1, ymm2, 4
vcvtps2ph oword [0], ymm2, 8
vcvtps2ph xmm1, xmm2, 3
vcvtps2ph qword [0], xmm2, 5