diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-14 09:10:29 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-14 09:10:29 +0900 |
commit | 62f022aeae9a899d62745319638145aaa2bce905 (patch) | |
tree | 37ccff764674d3f1a2f2c6a84123ec072b05486b /gen/gen_avx512.cpp | |
parent | 836346bfdfcae433892d9a82715cdc4b9f18ce97 (diff) | |
download | xbyak-62f022aeae9a899d62745319638145aaa2bce905.tar.gz xbyak-62f022aeae9a899d62745319638145aaa2bce905.zip |
vcvttph2uw
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 c97a6c5..53868b2 100644 --- a/gen/gen_avx512.cpp +++ b/gen/gen_avx512.cpp @@ -203,6 +203,7 @@ void putX_XM() { 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 }, + { 0x7C, "vcvttph2uw", T_MAP5 | T_MUST_EVEX | T_YMM | T_EW0 | T_B16 | T_SAE_Z }, }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { const Tbl *p = &tbl[i]; |