aboutsummaryrefslogtreecommitdiffhomepage
path: root/gen/gen_avx512.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2021-09-14 09:10:29 +0900
committerMITSUNARI Shigeo <[email protected]>2021-09-14 09:10:29 +0900
commit62f022aeae9a899d62745319638145aaa2bce905 (patch)
tree37ccff764674d3f1a2f2c6a84123ec072b05486b /gen/gen_avx512.cpp
parent836346bfdfcae433892d9a82715cdc4b9f18ce97 (diff)
downloadxbyak-62f022aeae9a899d62745319638145aaa2bce905.tar.gz
xbyak-62f022aeae9a899d62745319638145aaa2bce905.zip
vcvttph2uw
Diffstat (limited to 'gen/gen_avx512.cpp')
-rw-r--r--gen/gen_avx512.cpp1
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];