diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-13 14:44:29 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-13 14:44:29 +0900 |
commit | 2b0099b631fa9b7eaf2d8e6bb40519f158e4e754 (patch) | |
tree | 342fb7d73daee1b82f7beecbe052d79e1cc79c7d /gen/gen_avx512.cpp | |
parent | 3ff69a474c7e48646c074a0eb5c7c76970fd1596 (diff) | |
download | xbyak-2b0099b631fa9b7eaf2d8e6bb40519f158e4e754.tar.gz xbyak-2b0099b631fa9b7eaf2d8e6bb40519f158e4e754.zip |
add vcvtph2qq
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 eca7c7f..2ac148e 100644 --- a/gen/gen_avx512.cpp +++ b/gen/gen_avx512.cpp @@ -558,6 +558,7 @@ void putCvt() { 0x7A, "vcvtuqq2ps", T_F2 | T_0F | T_YMM | T_MUST_EVEX | T_EW1 | T_B64 | T_ER_Z, 2 }, { 0x5A, "vcvtph2pd", T_MAP5 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_N4 | T_N_VL | T_SAE_X, 3 }, + { 0x7B, "vcvtph2qq", T_66 | T_MAP5 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_N4 | T_N_VL | T_ER_X, 3 }, }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { const Tbl& p = tbl[i]; |