diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-14 09:07:05 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-14 09:07:05 +0900 |
commit | 836346bfdfcae433892d9a82715cdc4b9f18ce97 (patch) | |
tree | 5466568ece72a4fa429e4c71d0bdb7b7d654d9dd /gen/gen_avx512.cpp | |
parent | 300edb37bcf4f982ce8aa6b7730a5c0717501bcc (diff) | |
download | xbyak-836346bfdfcae433892d9a82715cdc4b9f18ce97.tar.gz xbyak-836346bfdfcae433892d9a82715cdc4b9f18ce97.zip |
add vcvtph2w
Diffstat (limited to 'gen/gen_avx512.cpp')
-rw-r--r-- | gen/gen_avx512.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen/gen_avx512.cpp b/gen/gen_avx512.cpp index 2769e6a..c97a6c5 100644 --- a/gen/gen_avx512.cpp +++ b/gen/gen_avx512.cpp @@ -202,6 +202,7 @@ void putX_XM() { 0x42, "vgetexpph", T_66 | T_MAP6 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_SAE_Z }, { 0x7D, "vcvtph2uw", T_MAP5 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_ER_Z }, + { 0x7D, "vcvtph2w", T_66 | T_MAP5 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_ER_Z }, }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { const Tbl *p = &tbl[i]; |