diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-28 20:18:15 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-28 20:18:15 +0900 |
commit | b3e27734bee60ec0563a45ec8902c0ff95ffbc27 (patch) | |
tree | a2bc1596b41d49a7dc3d9b7d877748238f9eb2d5 /gen | |
parent | 2e7b62d78472f38a9b6c30493255d011728fa46e (diff) | |
download | xbyak-b3e27734bee60ec0563a45ec8902c0ff95ffbc27.tar.gz xbyak-b3e27734bee60ec0563a45ec8902c0ff95ffbc27.zip |
apx supports 0x0f opecode with rex2
Diffstat (limited to 'gen')
-rw-r--r-- | gen/avx_type_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/avx_type_def.h b/gen/avx_type_def.h index 51bc9c2..5315806 100644 --- a/gen/avx_type_def.h +++ b/gen/avx_type_def.h @@ -43,7 +43,7 @@ static const uint64_t T_MAP6 = T_FP16 | T_0F38; static const uint64_t T_NF = 1ull << 32; // T_nf static const uint64_t T_CODE1_IF1 = 1ull << 33; // code|=1 if !r.isBit(8) - + static const uint64_t T_REX2 = 1ull << 34; static const uint64_t T_ND1 = 1ull << 35; // ND=1 static const uint64_t T_ZU = 1ull << 36; // ND=ZU static const uint64_t T_F2 = 1ull << 37; // pp = 3 |