mirror of
https://github.com/RPCSX/xed.git
synced 2024-11-23 11:39:40 +00:00
add test for AVX512F VCVTPH2PS decode
Change-Id: I5d50847302983432e9ba27694f4f74710619d649 (cherry picked from commit f878aa0df7affbb7f77cd61d62cb5da713ce1cb2)
This commit is contained in:
parent
a7f25b314b
commit
96fac9f89d
@ -4,3 +4,4 @@ ENC AVX512X ; BUILDDIR/xed-ex3 -64 vaddps xmm3 k1 xmm1 xmm2
|
||||
DEC AVX512X ; BUILDDIR/xed -64 -d 62F1740958DA
|
||||
DEC ENC AVX512X ; BUILDDIR/xed -64 -de 62 e1 ad 0f 58 64 d9 08
|
||||
DEC ENC AVX512X ; BUILDDIR/xed -64 -de 62 f1 7e 78 2d f0
|
||||
DEC AVX512X ; BUILDDIR/xed -d 62 F2 7D 48 13 C0
|
||||
|
1
tests/tests-avx512/test-00006/cmd
Normal file
1
tests/tests-avx512/test-00006/cmd
Normal file
@ -0,0 +1 @@
|
||||
BUILDDIR/xed -d 62 F2 7D 48 13 C0
|
1
tests/tests-avx512/test-00006/codes
Normal file
1
tests/tests-avx512/test-00006/codes
Normal file
@ -0,0 +1 @@
|
||||
DEC AVX512X
|
1
tests/tests-avx512/test-00006/retcode.reference
Normal file
1
tests/tests-avx512/test-00006/retcode.reference
Normal file
@ -0,0 +1 @@
|
||||
0
|
0
tests/tests-avx512/test-00006/stderr.reference
Normal file
0
tests/tests-avx512/test-00006/stderr.reference
Normal file
3
tests/tests-avx512/test-00006/stdout.reference
Normal file
3
tests/tests-avx512/test-00006/stdout.reference
Normal file
@ -0,0 +1,3 @@
|
||||
62F27D4813C0
|
||||
ICLASS: VCVTPH2PS CATEGORY: CONVERT EXTENSION: AVX512EVEX IFORM: VCVTPH2PS_ZMMf32_MASKmskw_YMMf16_AVX512 ISA_SET: AVX512F_512
|
||||
SHORT: vcvtph2ps zmm0, ymm0
|
Loading…
Reference in New Issue
Block a user