From d188bb12f702a41d5f3ab71511ef6b65b32850d4 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 31 Jan 2025 10:06:02 +0100 Subject: [PATCH] x86: support RMPREAD insn Like for RMPUPDATE documentation is about to change as far as operands are concerned. They're merely the other way around here. While adjustind gas documentation, also add the missing RMPQUERY counterparts there. --- gas/config/tc-i386.c | 1 + gas/doc/c-i386.texi | 6 +- gas/testsuite/gas/i386/snp.s | 4 + gas/testsuite/gas/i386/snp64.d | 4 + opcodes/i386-dis.c | 11 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 574 ++--- opcodes/i386-mnem.h | 3727 ++++++++++++++++---------------- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 6 + opcodes/i386-tbl.h | 45 +- 11 files changed, 2224 insertions(+), 2160 deletions(-) diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 8bc67538ebe..556bd7a6699 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1214,6 +1214,7 @@ static const arch_entry cpu_arch[] = VECARCH (avx_ne_convert, AVX_NE_CONVERT, ANY_AVX_NE_CONVERT, reset), SUBARCH (rao_int, RAO_INT, RAO_INT, false), SUBARCH (rmpquery, RMPQUERY, ANY_RMPQUERY, false), + SUBARCH (rmpread, RMPREAD, ANY_RMPREAD, false), SUBARCH (fred, FRED, ANY_FRED, false), SUBARCH (lkgs, LKGS, ANY_LKGS, false), VECARCH (avx_vnni_int16, AVX_VNNI_INT16, ANY_AVX_VNNI_INT16, reset), diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index d8a9e69b39e..7b24cbf1ddb 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -281,6 +281,8 @@ accept various extension mnemonics. For example, @code{snp}, @code{invlpgb}, @code{tlbsync}, +@code{rmpquery}, +@code{rmpread}, @code{svme}, @code{gmism2}, @code{gmiccs}, @@ -1719,8 +1721,8 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16} @item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} @tab @samp{.rdpru} @item @samp{.mcommit} @tab @samp{.sev_es} @tab @samp{.snp} @tab @samp{.invlpgb} -@item @samp{.tlbsync} @tab @samp{.apx_f} @tab @samp{.gmism2} @tab @samp{.gmiccs} -@item @samp{.padlockrng2} @tab @samp{.padlockphe2} +@item @samp{.tlbsync} @tab @samp{.rmpquery} @tab @samp{.rmpread} @tab @samp{.apx_f} +@item @samp{.gmism2} @tab @samp{.gmiccs} @tab @samp{.padlockrng2} @tab @samp{.padlockphe2} @end multitable diff --git a/gas/testsuite/gas/i386/snp.s b/gas/testsuite/gas/i386/snp.s index 51473381661..02b960b1911 100644 --- a/gas/testsuite/gas/i386/snp.s +++ b/gas/testsuite/gas/i386/snp.s @@ -16,6 +16,8 @@ att: rmpadjust rmpadjust %rax, %rcx, %rdx rmpadjust %eax, %rcx, %rdx + rmpread %rax, (%rcx) + rmpread %rax, (%ecx) .else pvalidate %ax, %ecx, %edx .endif @@ -36,6 +38,8 @@ intel: rmpadjust rmpadjust rax, rcx, rdx rmpadjust eax, rcx, rdx + rmpread [rcx], rax + rmpread [ecx], rax .else pvalidate ax, ecx, edx .endif diff --git a/gas/testsuite/gas/i386/snp64.d b/gas/testsuite/gas/i386/snp64.d index 810acc2c033..fc7a08aff50 100644 --- a/gas/testsuite/gas/i386/snp64.d +++ b/gas/testsuite/gas/i386/snp64.d @@ -21,6 +21,8 @@ Disassembly of section \.text: [ ]*[a-f0-9]+:[ ]+f3 0f 01 fe[ ]+rmpadjust [ ]*[a-f0-9]+:[ ]+f3 0f 01 fe[ ]+rmpadjust [ ]*[a-f0-9]+:[ ]+67 f3 0f 01 fe[ ]+addr32 rmpadjust +[ ]*[a-f0-9]+:[ ]+f2 0f 01 fd[ ]+rmpread %rax,\(%rcx\) +[ ]*[a-f0-9]+:[ ]+67 f2 0f 01 fd[ ]+rmpread %rax,\(%ecx\) [0-9a-f]+ : [ ]*[a-f0-9]+:[ ]+f2 0f 01 ff[ ]+pvalidate @@ -36,4 +38,6 @@ Disassembly of section \.text: [ ]*[a-f0-9]+:[ ]+f3 0f 01 fe[ ]+rmpadjust [ ]*[a-f0-9]+:[ ]+f3 0f 01 fe[ ]+rmpadjust [ ]*[a-f0-9]+:[ ]+67 f3 0f 01 fe[ ]+addr32 rmpadjust +[ ]*[a-f0-9]+:[ ]+f2 0f 01 fd[ ]+rmpread %rax,\(%rcx\) +[ ]*[a-f0-9]+:[ ]+67 f2 0f 01 fd[ ]+rmpread %rax,\(%ecx\) #pass diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index cfc4316fd7d..9e5747c1e34 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1347,6 +1347,7 @@ enum X86_64_0F01_REG_5_MOD_3_RM_6_PREFIX_1, X86_64_0F01_REG_5_MOD_3_RM_7_PREFIX_1, X86_64_0F01_REG_7_MOD_3_RM_5_PREFIX_1, + X86_64_0F01_REG_7_MOD_3_RM_5_PREFIX_3, X86_64_0F01_REG_7_MOD_3_RM_6_PREFIX_1, X86_64_0F01_REG_7_MOD_3_RM_6_PREFIX_3, X86_64_0F01_REG_7_MOD_3_RM_7_PREFIX_1, @@ -3253,6 +3254,8 @@ static const struct dis386 prefix_table[][4] = { { { "rdpru", { Skip_MODRM }, 0 }, { X86_64_TABLE (X86_64_0F01_REG_7_MOD_3_RM_5_PREFIX_1) }, + { Bad_Opcode }, + { X86_64_TABLE (X86_64_0F01_REG_7_MOD_3_RM_5_PREFIX_3) }, }, /* PREFIX_0F01_REG_7_MOD_3_RM_6 */ @@ -4632,6 +4635,12 @@ static const struct dis386 x86_64_table[][2] = { { "rmpquery", { Skip_MODRM }, 0 }, }, + /* X86_64_0F01_REG_7_MOD_3_RM_6_PREFIX_3 */ + { + { Bad_Opcode }, + { "rmpread", { DSCX, RMrAX, Skip_MODRM }, 0 }, + }, + /* X86_64_0F01_REG_7_MOD_3_RM_6_PREFIX_1 */ { { Bad_Opcode }, @@ -13143,7 +13152,7 @@ OP_DSreg (instr_info *ins, int code, int sizeflag) { switch (ins->codep[-1]) { - case 0x01: /* rmpupdate */ + case 0x01: /* rmpupdate/rmpread */ break; case 0x6f: /* outsw/outsl */ intel_operand_size (ins, z_mode, sizeflag); diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index a9e8a32f178..3cc0352064c 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -251,6 +251,8 @@ static const dependency isa_dependencies[] = "SEV_ES" }, { "RMPQUERY", "SNP|64" }, + { "RMPREAD", + "SNP|64" }, { "TSX", "RTM|HLE" }, { "TSXLDTRK", @@ -470,6 +472,7 @@ static bitfield cpu_flags[] = BITFIELD (TLBSYNC), BITFIELD (SNP), BITFIELD (RMPQUERY), + BITFIELD (RMPREAD), BITFIELD (64), BITFIELD (No64), #ifdef CpuUnused diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index adfa8ee3f4c..3316ed178e3 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -26,7 +26,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_286_FLAGS \ { { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -36,7 +36,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_386_FLAGS \ { { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -46,7 +46,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_486_FLAGS \ { { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -56,7 +56,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_586_FLAGS \ { { 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -66,7 +66,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_686_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ @@ -76,7 +76,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CMOV_FLAGS \ { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -86,7 +86,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FXSR_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -96,7 +96,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CLFLUSH_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -106,7 +106,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_NOP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -116,7 +116,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SYSCALL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -126,7 +126,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_8087_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -136,7 +136,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_687_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ @@ -146,7 +146,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FISTTP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, \ @@ -156,7 +156,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MMX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -166,7 +166,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ @@ -176,7 +176,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -186,7 +186,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -196,7 +196,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PADLOCK_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ @@ -206,7 +206,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_GMISM2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ @@ -216,7 +216,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_GMICCS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -226,7 +226,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PADLOCKRNG2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ @@ -236,7 +236,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PADLOCKPHE2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ @@ -246,7 +246,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SVME_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -256,7 +256,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_VMX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -266,7 +266,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SMX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -276,7 +276,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSSE3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -286,7 +286,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE4A_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -296,7 +296,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_LZCNT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -306,7 +306,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_POPCNT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -316,7 +316,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MONITOR_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -326,7 +326,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE4_1_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -336,7 +336,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SSE4_2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -346,7 +346,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -356,7 +356,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512CD_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -366,7 +366,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512ER_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -376,7 +376,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512PF_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -386,7 +386,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512DQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -396,7 +396,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512BW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -406,7 +406,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_IAMCU_FLAGS \ { { 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -416,7 +416,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_XSAVE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -426,7 +426,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_XSAVEOPT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -436,7 +436,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -446,7 +446,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PCLMULQDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -456,7 +456,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -466,7 +466,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FMA4_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -476,7 +476,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_XOP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -486,7 +486,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_LWP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -496,7 +496,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BMI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -506,7 +506,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_TBM_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -516,7 +516,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MOVBE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -526,7 +526,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CX16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -536,7 +536,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_LAHF_SAHF_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -546,7 +546,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_EPT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -556,7 +556,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RDTSCP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -566,7 +566,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FSGSBASE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -576,7 +576,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RDRND_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -586,7 +586,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_F16C_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -596,7 +596,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BMI2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -606,7 +606,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RTM_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -616,7 +616,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_INVPCID_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -626,7 +626,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_VMFUNC_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -636,7 +636,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MPX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -646,7 +646,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RDSEED_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -656,7 +656,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ADX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -666,7 +666,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PRFCHW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -676,7 +676,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SMAP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -686,7 +686,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SHA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -696,7 +696,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SHA512_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -706,7 +706,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SM3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -716,7 +716,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SM4_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -726,7 +726,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CLFLUSHOPT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -736,7 +736,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_XSAVES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -746,7 +746,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_XSAVEC_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -756,7 +756,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PREFETCHWT1_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -766,7 +766,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SE1_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -776,7 +776,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CLWB_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -786,7 +786,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512IFMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -796,7 +796,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512VBMI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -806,7 +806,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_4FMAPS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -816,7 +816,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_4VNNIW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -826,7 +826,7 @@ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_VPOPCNTDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -836,7 +836,7 @@ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_VBMI2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -846,7 +846,7 @@ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_VNNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -856,7 +856,7 @@ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_BITALG_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -866,7 +866,7 @@ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_BF16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -876,7 +876,7 @@ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_VP2INTERSECT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -886,7 +886,7 @@ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_TDX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -896,7 +896,7 @@ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_VNNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -906,7 +906,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512_FP16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -916,7 +916,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_PREFETCHI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -926,7 +926,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_IFMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -936,7 +936,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_VNNI_INT8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -946,7 +946,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_VNNI_INT16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -956,7 +956,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CMPCCXADD_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -966,7 +966,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_WRMSRNS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -976,7 +976,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MSRLIST_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -986,7 +986,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_NE_CONVERT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -996,7 +996,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RAO_INT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1006,7 +1006,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_FRED_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1016,7 +1016,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_LKGS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1026,7 +1026,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_USER_MSR_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1036,7 +1036,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MSR_IMM_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1046,7 +1046,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MOVRS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1056,7 +1056,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MWAITX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1066,7 +1066,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CLZERO_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1076,7 +1076,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_OSPKE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1086,7 +1086,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RDPID_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1096,7 +1096,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PTWRITE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1106,7 +1106,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_IBT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1116,7 +1116,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SHSTK_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1126,7 +1126,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_INT8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1136,7 +1136,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_BF16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1146,7 +1146,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_FP16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1156,7 +1156,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_COMPLEX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1166,7 +1166,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_TF32_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1176,7 +1176,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_FP8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1186,7 +1186,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_MOVRS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1196,7 +1196,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMX_AVX512_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1206,7 +1206,7 @@ 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } #define CPU_AMX_TILE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1216,7 +1216,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_GFNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -1226,7 +1226,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_VAES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1236,7 +1236,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_VPCLMULQDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1246,7 +1246,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_WBNOINVD_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1256,7 +1256,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PCONFIG_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1266,7 +1266,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PBNDKB_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1276,7 +1276,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_WAITPKG_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1286,7 +1286,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_UINTR_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1296,7 +1296,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CLDEMOTE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1306,7 +1306,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MOVDIRI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1316,7 +1316,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MOVDIR64B_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1326,7 +1326,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ENQCMD_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1336,7 +1336,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SERIALIZE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1346,7 +1346,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RDPRU_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1356,7 +1356,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_MCOMMIT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1366,7 +1366,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SEV_ES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1376,7 +1376,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_TSXLDTRK_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1386,7 +1386,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_KL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -1396,7 +1396,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_WIDEKL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ @@ -1406,7 +1406,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_HRESET_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1416,7 +1416,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_INVLPGB_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1426,7 +1426,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_TLBSYNC_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1436,7 +1436,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_SNP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1446,7 +1446,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ - 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_RMPQUERY_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1456,7 +1456,17 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ - 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + +#define CPU_RMPREAD_FLAGS \ + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ + 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_287_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1466,7 +1476,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_387_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1476,7 +1486,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_3DNOW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -1486,7 +1496,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_3DNOWA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -1496,7 +1506,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1506,7 +1516,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_HLE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1516,7 +1526,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512F_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1526,7 +1536,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX512VL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1536,7 +1546,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } #define CPU_APX_F_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1546,7 +1556,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } } #define CPU_AVX10_2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1556,7 +1566,7 @@ 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } #define CPU_AMX_TRANSPOSE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1566,7 +1576,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } #define CPU_UNKNOWN_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ @@ -1576,7 +1586,7 @@ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 } } + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 } } #define CPU_GENERIC32_FLAGS \ { { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1586,7 +1596,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_GENERIC64_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, \ @@ -1596,7 +1606,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_NONE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1606,7 +1616,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_PENTIUMPRO_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ @@ -1616,7 +1626,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_P2_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, \ @@ -1626,7 +1636,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_P3_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, \ @@ -1636,7 +1646,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_P4_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, \ @@ -1646,7 +1656,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_NOCONA_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1656,7 +1666,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CORE_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1666,7 +1676,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_CORE2_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1676,7 +1686,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_COREI7_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1686,7 +1696,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_K6_FLAGS \ { { 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -1696,7 +1706,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_K6_2_FLAGS \ { { 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -1706,7 +1716,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ATHLON_FLAGS \ { { 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, \ @@ -1716,7 +1726,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_K8_FLAGS \ { { 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, \ @@ -1726,7 +1736,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AMDFAM10_FLAGS \ { { 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1736,7 +1746,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BDVER1_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1746,7 +1756,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BDVER2_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1756,7 +1766,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BDVER3_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1766,7 +1776,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BDVER4_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1776,7 +1786,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ZNVER1_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1786,7 +1796,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ZNVER2_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1796,7 +1806,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ZNVER3_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1806,7 +1816,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, \ - 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ZNVER4_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1816,7 +1826,7 @@ 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, \ - 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } + 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } #define CPU_ZNVER5_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1826,7 +1836,7 @@ 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, \ - 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } + 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } #define CPU_BTVER1_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1836,7 +1846,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_BTVER2_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, \ @@ -1846,7 +1856,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ABM_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1856,7 +1866,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_AVX10_1_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1866,7 +1876,7 @@ 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0 } } #define CPU_TSX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1876,7 +1886,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_FXSR_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1886,7 +1896,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_8087_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, \ @@ -1896,7 +1906,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_687_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, \ @@ -1906,7 +1916,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_FISTTP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, \ @@ -1916,7 +1926,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_MMX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ @@ -1926,7 +1936,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, \ @@ -1936,7 +1946,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, \ @@ -1946,7 +1956,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \ @@ -1956,7 +1966,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_PADLOCK_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ @@ -1966,7 +1976,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_PADLOCKRNG2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1976,7 +1986,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_PADLOCKPHE2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1986,7 +1996,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SVME_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1996,7 +2006,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ - 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_VMX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2006,7 +2016,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSSE3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2016,7 +2026,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE4A_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2026,7 +2036,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE4_1_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2036,7 +2046,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SSE4_2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2046,7 +2056,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2056,7 +2066,7 @@ 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512CD_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2066,7 +2076,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512ER_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2076,7 +2086,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512PF_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2086,7 +2096,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512DQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2096,7 +2106,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512BW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2106,7 +2116,7 @@ 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_IAMCU_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2116,7 +2126,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_XSAVE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2126,7 +2136,7 @@ 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0 } } #define CPU_ANY_XSAVEOPT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2136,7 +2146,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2146,7 +2156,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_PCLMULQDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2156,7 +2166,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_FMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2166,7 +2176,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_FMA4_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2176,7 +2186,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_XOP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2186,7 +2196,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_LWP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2196,7 +2206,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_EPT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2206,7 +2216,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_F16C_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2216,7 +2226,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_RTM_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2226,7 +2236,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_VMFUNC_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2236,7 +2246,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_MPX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2246,7 +2256,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SHA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2256,7 +2266,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SHA512_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2266,7 +2276,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SM3_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2276,7 +2286,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SM4_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2286,7 +2296,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_XSAVES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2296,7 +2306,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_XSAVEC_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2306,7 +2316,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512IFMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2316,7 +2326,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512VBMI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2326,7 +2336,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_4FMAPS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2336,7 +2346,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512_4VNNIW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2346,7 +2356,7 @@ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512_VPOPCNTDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2356,7 +2366,7 @@ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_VBMI2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2366,7 +2376,7 @@ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_VNNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2376,7 +2386,7 @@ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_BITALG_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2386,7 +2396,7 @@ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_BF16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2396,7 +2406,7 @@ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512_VP2INTERSECT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2406,7 +2416,7 @@ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX_VNNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2416,7 +2426,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX512_FP16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2426,7 +2436,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX_IFMA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2436,7 +2446,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX_VNNI_INT8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2446,7 +2456,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX_VNNI_INT16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2456,7 +2466,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AVX_NE_CONVERT_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2466,7 +2476,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_FRED_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2476,7 +2486,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_LKGS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2486,7 +2496,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_OSPKE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2496,7 +2506,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_INT8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2506,7 +2516,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_BF16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2516,7 +2526,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_FP16_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2526,7 +2536,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_COMPLEX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2536,7 +2546,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_TF32_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2546,7 +2556,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_FP8_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2556,7 +2566,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_MOVRS_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2566,7 +2576,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_AVX512_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2576,7 +2586,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_AMX_TILE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2586,7 +2596,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } #define CPU_ANY_GFNI_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2596,7 +2606,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_VAES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2606,7 +2616,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_VPCLMULQDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2616,7 +2626,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SEV_ES_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2626,7 +2636,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ - 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_TSXLDTRK_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2636,7 +2646,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_KL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2646,7 +2656,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_WIDEKL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2656,7 +2666,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_SNP_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2666,7 +2676,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_RMPQUERY_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2676,7 +2686,17 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + +#define CPU_ANY_RMPREAD_FLAGS \ + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_287_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, \ @@ -2686,7 +2706,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_387_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, \ @@ -2696,7 +2716,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_3DNOW_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2706,7 +2726,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_3DNOWA_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2716,7 +2736,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_ANY_64_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2726,7 +2746,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, \ 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0 } } + 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0 } } #define CPU_ANY_AVX_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2736,7 +2756,7 @@ 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512F_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2746,7 +2766,7 @@ 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0 } } #define CPU_ANY_AVX512VL_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2756,7 +2776,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0 } } #define CPU_ANY_APX_F_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2766,7 +2786,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } } #define CPU_ANY_AVX10_2_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2776,7 +2796,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_ANY_AMX_TRANSPOSE_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -2786,5 +2806,5 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } } diff --git a/opcodes/i386-mnem.h b/opcodes/i386-mnem.h index 3cb75dc7e40..1dcda7b83de 100644 --- a/opcodes/i386-mnem.h +++ b/opcodes/i386-mnem.h @@ -418,2210 +418,2211 @@ extern const char i386_mnemonics[]; #define MN_vpbroadcastmw2d 0xcc4 #define MN_aad 0xcd4 #define MN_vmread 0xcd8 -#define MN_vpshad 0xcdf -#define MN_vmload 0xce6 +#define MN_rmpread 0xcdf +#define MN_vpshad 0xce7 +#define MN_vmload 0xcee #define MN_psrad (MN_vpsrad + 1) -#define MN_vpsrad 0xced -#define MN_vphaddbd 0xcf4 -#define MN_vphaddubd 0xcfd +#define MN_vpsrad 0xcf5 +#define MN_vphaddbd 0xcfc +#define MN_vphaddubd 0xd05 #define MN_phsubd (MN_vphsubd + 1) -#define MN_vphsubd 0xd07 +#define MN_vphsubd 0xd0f #define MN_psubd (MN_vpsubd + 1) -#define MN_vpsubd 0xd0f +#define MN_vpsubd 0xd17 #define MN_pmovsxbd (MN_vpmovsxbd + 1) -#define MN_vpmovsxbd 0xd16 +#define MN_vpmovsxbd 0xd1e #define MN_pmovzxbd (MN_vpmovzxbd + 1) -#define MN_vpmovzxbd 0xd20 +#define MN_vpmovzxbd 0xd28 #define MN_add (MN_aadd + 1) -#define MN_aadd 0xd2a +#define MN_aadd 0xd32 #define MN_fadd (MN_pfadd + 1) -#define MN_pfadd 0xd2f -#define MN_fiadd 0xd35 -#define MN_tileloadd 0xd3b +#define MN_pfadd 0xd37 +#define MN_fiadd 0xd3d +#define MN_tileloadd 0xd43 #define MN_xadd (MN_cmpnaxadd + 5) -#define MN_cmpnaxadd 0xd45 -#define MN_cmpaxadd 0xd4f -#define MN_cmpnbxadd 0xd58 -#define MN_cmpbxadd 0xd62 -#define MN_cmpncxadd 0xd6b -#define MN_cmpcxadd 0xd75 -#define MN_cmpnaexadd 0xd7e -#define MN_cmpaexadd 0xd89 -#define MN_cmpnbexadd 0xd93 -#define MN_cmpbexadd 0xd9e -#define MN_cmpngexadd 0xda8 -#define MN_cmpgexadd 0xdb3 -#define MN_cmpnlexadd 0xdbd -#define MN_cmplexadd 0xdc8 -#define MN_cmpnexadd 0xdd2 -#define MN_cmpexadd 0xddc -#define MN_cmppexadd 0xde5 -#define MN_cmpngxadd 0xdef -#define MN_cmpgxadd 0xdf9 -#define MN_cmpnlxadd 0xe02 -#define MN_cmplxadd 0xe0c -#define MN_cmpnoxadd 0xe15 -#define MN_cmpoxadd 0xe1f -#define MN_cmppoxadd 0xe28 -#define MN_cmpnpxadd 0xe32 -#define MN_cmppxadd 0xe3c -#define MN_cmpnsxadd 0xe45 -#define MN_cmpsxadd 0xe4f -#define MN_cmpnzxadd 0xe58 -#define MN_cmpzxadd 0xe62 +#define MN_cmpnaxadd 0xd4d +#define MN_cmpaxadd 0xd57 +#define MN_cmpnbxadd 0xd60 +#define MN_cmpbxadd 0xd6a +#define MN_cmpncxadd 0xd73 +#define MN_cmpcxadd 0xd7d +#define MN_cmpnaexadd 0xd86 +#define MN_cmpaexadd 0xd91 +#define MN_cmpnbexadd 0xd9b +#define MN_cmpbexadd 0xda6 +#define MN_cmpngexadd 0xdb0 +#define MN_cmpgexadd 0xdbb +#define MN_cmpnlexadd 0xdc5 +#define MN_cmplexadd 0xdd0 +#define MN_cmpnexadd 0xdda +#define MN_cmpexadd 0xde4 +#define MN_cmppexadd 0xded +#define MN_cmpngxadd 0xdf7 +#define MN_cmpgxadd 0xe01 +#define MN_cmpnlxadd 0xe0a +#define MN_cmplxadd 0xe14 +#define MN_cmpnoxadd 0xe1d +#define MN_cmpoxadd 0xe27 +#define MN_cmppoxadd 0xe30 +#define MN_cmpnpxadd 0xe3a +#define MN_cmppxadd 0xe44 +#define MN_cmpnsxadd 0xe4d +#define MN_cmpsxadd 0xe57 +#define MN_cmpnzxadd 0xe60 +#define MN_cmpzxadd 0xe6a #define MN_phaddd (MN_vphaddd + 1) -#define MN_vphaddd 0xe6b -#define MN_kaddd 0xe73 +#define MN_vphaddd 0xe73 +#define MN_kaddd 0xe7b #define MN_paddd (MN_vpaddd + 1) -#define MN_vpaddd 0xe79 -#define MN_vpshldd 0xe80 -#define MN_kandd 0xe88 -#define MN_vpandd 0xe8e -#define MN_vpexpandd 0xe95 -#define MN_vpblendd 0xe9f -#define MN_vpgatherdd 0xea8 -#define MN_vpscatterdd 0xeb3 -#define MN_vpshrdd 0xebf -#define MN_vpmacsdd 0xec7 -#define MN_vpmacssdd 0xed0 -#define MN_rdseed 0xeda -#define MN_vpcomged 0xee1 -#define MN_vpcomled 0xeea -#define MN_vpcmpnled 0xef3 -#define MN_vpcmpled 0xefd -#define MN_tilestored 0xf06 -#define MN_vpcomfalsed 0xf11 -#define MN_ttransposed 0xf1d -#define MN_vpcomtrued 0xf29 -#define MN_pi2fd 0xf34 +#define MN_vpaddd 0xe81 +#define MN_vpshldd 0xe88 +#define MN_kandd 0xe90 +#define MN_vpandd 0xe96 +#define MN_vpexpandd 0xe9d +#define MN_vpblendd 0xea7 +#define MN_vpgatherdd 0xeb0 +#define MN_vpscatterdd 0xebb +#define MN_vpshrdd 0xec7 +#define MN_vpmacsdd 0xecf +#define MN_vpmacssdd 0xed8 +#define MN_rdseed 0xee2 +#define MN_vpcomged 0xee9 +#define MN_vpcomled 0xef2 +#define MN_vpcmpnled 0xefb +#define MN_vpcmpled 0xf05 +#define MN_tilestored 0xf0e +#define MN_vpcomfalsed 0xf19 +#define MN_ttransposed 0xf25 +#define MN_vpcomtrued 0xf31 +#define MN_pi2fd 0xf3c #define MN_pshufd (MN_vpshufd + 1) -#define MN_vpshufd 0xf3a -#define MN_vpternlogd 0xf42 -#define MN_pf2id 0xf4d -#define MN_invpcid 0xf53 -#define MN_rdpid 0xf5b -#define MN_invvpid 0xf61 -#define MN_cpuid 0xf69 -#define MN_fbld 0xf6f -#define MN_cld 0xf74 -#define MN_fld 0xf78 +#define MN_vpshufd 0xf42 +#define MN_vpternlogd 0xf4a +#define MN_pf2id 0xf55 +#define MN_invpcid 0xf5b +#define MN_rdpid 0xf63 +#define MN_invvpid 0xf69 +#define MN_cpuid 0xf71 +#define MN_fbld 0xf77 +#define MN_cld 0xf7c +#define MN_fld 0xf80 #define MN_shld (MN_vpshld + 2) -#define MN_vpshld 0xf7c -#define MN_fild 0xf83 +#define MN_vpshld 0xf84 +#define MN_fild 0xf8b #define MN_pslld (MN_vpslld + 1) -#define MN_vpslld 0xf88 +#define MN_vpslld 0xf90 #define MN_pmulld (MN_vpmulld + 1) -#define MN_vpmulld 0xf8f -#define MN_vprold 0xf97 +#define MN_vpmulld 0xf97 +#define MN_vprold 0xf9f #define MN_psrld (MN_vpsrld + 1) -#define MN_vpsrld 0xf9e -#define MN_vmptrld 0xfa5 -#define MN_kshiftld 0xfad -#define MN_enqcmd 0xfb6 -#define MN_vpblendmd 0xfbd -#define MN_vptestnmd 0xfc7 -#define MN_vpcomd 0xfd1 -#define MN_vpermd 0xfd8 -#define MN_vptestmd 0xfdf +#define MN_vpsrld 0xfa6 +#define MN_vmptrld 0xfad +#define MN_kshiftld 0xfb5 +#define MN_enqcmd 0xfbe +#define MN_vpblendmd 0xfc5 +#define MN_vptestnmd 0xfcf +#define MN_vpcomd 0xfd9 +#define MN_vpermd 0xfe0 +#define MN_vptestmd 0xfe7 #define MN_and (MN_aand + 1) -#define MN_aand 0xfe8 +#define MN_aand 0xff0 #define MN_pand (MN_vpand + 1) -#define MN_vpand 0xfed -#define MN_rdrand 0xff3 -#define MN_bnd 0xffa -#define MN_kandnd 0xffe -#define MN_vpandnd 0x1005 -#define MN_xend 0x100d -#define MN_valignd 0x1012 +#define MN_vpand 0xff5 +#define MN_rdrand 0xffb +#define MN_bnd 0x1002 +#define MN_kandnd 0x1006 +#define MN_vpandnd 0x100d +#define MN_xend 0x1015 +#define MN_valignd 0x101a #define MN_psignd (MN_vpsignd + 1) -#define MN_vpsignd 0x101a -#define MN_bound 0x1022 -#define MN_slod 0x1028 -#define MN_vfmaddsub231pd 0x102d -#define MN_vfmsub231pd 0x103c -#define MN_vfnmsub231pd 0x1048 -#define MN_vfmsubadd231pd 0x1055 -#define MN_vfmadd231pd 0x1064 -#define MN_vfnmadd231pd 0x1070 -#define MN_vfmaddsub132pd 0x107d -#define MN_vfmsub132pd 0x108c -#define MN_vfnmsub132pd 0x1098 -#define MN_vfmsubadd132pd 0x10a5 -#define MN_vfmadd132pd 0x10b4 -#define MN_vfnmadd132pd 0x10c0 -#define MN_vcvtph2pd 0x10cd -#define MN_vpermi2pd 0x10d7 -#define MN_cvtpi2pd 0x10e1 -#define MN_vpermil2pd 0x10ea -#define MN_vexp2pd 0x10f5 +#define MN_vpsignd 0x1022 +#define MN_bound 0x102a +#define MN_slod 0x1030 +#define MN_vfmaddsub231pd 0x1035 +#define MN_vfmsub231pd 0x1044 +#define MN_vfnmsub231pd 0x1050 +#define MN_vfmsubadd231pd 0x105d +#define MN_vfmadd231pd 0x106c +#define MN_vfnmadd231pd 0x1078 +#define MN_vfmaddsub132pd 0x1085 +#define MN_vfmsub132pd 0x1094 +#define MN_vfnmsub132pd 0x10a0 +#define MN_vfmsubadd132pd 0x10ad +#define MN_vfmadd132pd 0x10bc +#define MN_vfnmadd132pd 0x10c8 +#define MN_vcvtph2pd 0x10d5 +#define MN_vpermi2pd 0x10df +#define MN_cvtpi2pd 0x10e9 +#define MN_vpermil2pd 0x10f2 +#define MN_vexp2pd 0x10fd #define MN_cvtdq2pd (MN_vcvtdq2pd + 1) -#define MN_vcvtdq2pd 0x10fd -#define MN_vcvtudq2pd 0x1107 -#define MN_vcvtqq2pd 0x1112 -#define MN_vcvtuqq2pd 0x111c +#define MN_vcvtdq2pd 0x1105 +#define MN_vcvtudq2pd 0x110f +#define MN_vcvtqq2pd 0x111a +#define MN_vcvtuqq2pd 0x1124 #define MN_cvtps2pd (MN_vcvtps2pd + 1) -#define MN_vcvtps2pd 0x1127 -#define MN_vpermt2pd 0x1131 -#define MN_vfmaddsub213pd 0x113b -#define MN_vfmsub213pd 0x114a -#define MN_vfnmsub213pd 0x1156 -#define MN_vfmsubadd213pd 0x1163 -#define MN_vfmadd213pd 0x1172 -#define MN_vfnmadd213pd 0x117e -#define MN_vrcp14pd 0x118b -#define MN_vrsqrt14pd 0x1194 -#define MN_vrcp28pd 0x119f -#define MN_vrsqrt28pd 0x11a8 +#define MN_vcvtps2pd 0x112f +#define MN_vpermt2pd 0x1139 +#define MN_vfmaddsub213pd 0x1143 +#define MN_vfmsub213pd 0x1152 +#define MN_vfnmsub213pd 0x115e +#define MN_vfmsubadd213pd 0x116b +#define MN_vfmadd213pd 0x117a +#define MN_vfnmadd213pd 0x1186 +#define MN_vrcp14pd 0x1193 +#define MN_vrsqrt14pd 0x119c +#define MN_vrcp28pd 0x11a7 +#define MN_vrsqrt28pd 0x11b0 #define MN_movapd (MN_vmovapd + 1) -#define MN_vmovapd 0x11b3 -#define MN_pswapd 0x11bb +#define MN_vmovapd 0x11bb +#define MN_pswapd 0x11c3 #define MN_subpd (MN_addsubpd + 3) #define MN_addsubpd (MN_vfmaddsubpd + 3) -#define MN_vfmaddsubpd 0x11c2 -#define MN_vaddsubpd 0x11ce +#define MN_vfmaddsubpd 0x11ca +#define MN_vaddsubpd 0x11d6 #define MN_hsubpd (MN_vhsubpd + 1) -#define MN_vhsubpd 0x11d8 -#define MN_vfmsubpd 0x11e0 -#define MN_vfnmsubpd 0x11e9 -#define MN_vsubpd 0x11f3 -#define MN_vgatherpf0dpd 0x11fa -#define MN_vscatterpf0dpd 0x1208 -#define MN_vgatherpf1dpd 0x1217 -#define MN_vscatterpf1dpd 0x1225 +#define MN_vhsubpd 0x11e0 +#define MN_vfmsubpd 0x11e8 +#define MN_vfnmsubpd 0x11f1 +#define MN_vsubpd 0x11fb +#define MN_vgatherpf0dpd 0x1202 +#define MN_vscatterpf0dpd 0x1210 +#define MN_vgatherpf1dpd 0x121f +#define MN_vscatterpf1dpd 0x122d #define MN_addpd (MN_vfmsubaddpd + 6) -#define MN_vfmsubaddpd 0x1234 +#define MN_vfmsubaddpd 0x123c #define MN_haddpd (MN_vhaddpd + 1) -#define MN_vhaddpd 0x1240 -#define MN_vfmaddpd 0x1248 -#define MN_vfnmaddpd 0x1251 -#define MN_vaddpd 0x125b +#define MN_vhaddpd 0x1248 +#define MN_vfmaddpd 0x1250 +#define MN_vfnmaddpd 0x1259 +#define MN_vaddpd 0x1263 #define MN_andpd (MN_vexpandpd + 4) -#define MN_vexpandpd 0x1262 -#define MN_vandpd 0x126c +#define MN_vexpandpd 0x126a +#define MN_vandpd 0x1274 #define MN_blendpd (MN_vblendpd + 1) -#define MN_vblendpd 0x1273 +#define MN_vblendpd 0x127b #define MN_roundpd (MN_vroundpd + 1) -#define MN_vroundpd 0x127c -#define MN_vgatherdpd 0x1285 -#define MN_vscatterdpd 0x1290 +#define MN_vroundpd 0x1284 +#define MN_vgatherdpd 0x128d +#define MN_vscatterdpd 0x1298 #define MN_cmpunordpd (MN_vcmpunordpd + 1) -#define MN_vcmpunordpd 0x129c +#define MN_vcmpunordpd 0x12a4 #define MN_cmpordpd (MN_vcmpordpd + 1) -#define MN_vcmpordpd 0x12a8 -#define MN_vreducepd 0x12b2 -#define MN_vrangepd 0x12bc -#define MN_vcmpngepd 0x12c5 -#define MN_vcmpgepd 0x12cf -#define MN_vrndscalepd 0x12d8 +#define MN_vcmpordpd 0x12b0 +#define MN_vreducepd 0x12ba +#define MN_vrangepd 0x12c4 +#define MN_vcmpngepd 0x12cd +#define MN_vcmpgepd 0x12d7 +#define MN_vrndscalepd 0x12e0 #define MN_cmpnlepd (MN_vcmpnlepd + 1) -#define MN_vcmpnlepd 0x12e4 +#define MN_vcmpnlepd 0x12ec #define MN_cmplepd (MN_vcmplepd + 1) -#define MN_vcmplepd 0x12ee -#define MN_vcmpfalsepd 0x12f7 -#define MN_vcmptruepd 0x1303 -#define MN_vscalefpd 0x130e +#define MN_vcmplepd 0x12f6 +#define MN_vcmpfalsepd 0x12ff +#define MN_vcmptruepd 0x130b +#define MN_vscalefpd 0x1316 #define MN_shufpd (MN_vshufpd + 1) -#define MN_vshufpd 0x1318 +#define MN_vshufpd 0x1320 #define MN_unpckhpd (MN_vunpckhpd + 1) -#define MN_vunpckhpd 0x1320 +#define MN_vunpckhpd 0x1328 #define MN_movhpd (MN_vmovhpd + 1) -#define MN_vmovhpd 0x132a +#define MN_vmovhpd 0x1332 #define MN_movmskpd (MN_vmovmskpd + 1) -#define MN_vmovmskpd 0x1332 -#define MN_vpermilpd 0x133c +#define MN_vmovmskpd 0x133a +#define MN_vpermilpd 0x1344 #define MN_unpcklpd (MN_vunpcklpd + 1) -#define MN_vunpcklpd 0x1346 +#define MN_vunpcklpd 0x134e #define MN_mulpd (MN_vmulpd + 1) -#define MN_vmulpd 0x1350 +#define MN_vmulpd 0x1358 #define MN_movlpd (MN_vmovlpd + 1) -#define MN_vmovlpd 0x1357 -#define MN_vpcmpd 0x135f -#define MN_vblendmpd 0x1366 -#define MN_vfixupimmpd 0x1370 -#define MN_vpermpd 0x137c +#define MN_vmovlpd 0x135f +#define MN_vpcmpd 0x1367 +#define MN_vblendmpd 0x136e +#define MN_vfixupimmpd 0x1378 +#define MN_vpermpd 0x1384 #define MN_andnpd (MN_vandnpd + 1) -#define MN_vandnpd 0x1384 +#define MN_vandnpd 0x138c #define MN_minpd (MN_vminpd + 1) -#define MN_vminpd 0x138c +#define MN_vminpd 0x1394 #define MN_dppd (MN_vdppd + 1) -#define MN_vdppd 0x1393 +#define MN_vdppd 0x139b #define MN_cmppd (MN_vcmppd + 1) -#define MN_vcmppd 0x1399 -#define MN_vgetexppd 0x13a0 -#define MN_vgatherpf0qpd 0x13aa -#define MN_vscatterpf0qpd 0x13b8 -#define MN_vgatherpf1qpd 0x13c7 -#define MN_vscatterpf1qpd 0x13d5 -#define MN_vcmpunord_qpd 0x13e4 -#define MN_vcmpord_qpd 0x13f2 +#define MN_vcmppd 0x13a1 +#define MN_vgetexppd 0x13a8 +#define MN_vgatherpf0qpd 0x13b2 +#define MN_vscatterpf0qpd 0x13c0 +#define MN_vgatherpf1qpd 0x13cf +#define MN_vscatterpf1qpd 0x13dd +#define MN_vcmpunord_qpd 0x13ec +#define MN_vcmpord_qpd 0x13fa #define MN_cmpneqpd (MN_vcmpneqpd + 1) -#define MN_vcmpneqpd 0x13fe +#define MN_vcmpneqpd 0x1406 #define MN_cmpeqpd (MN_vcmpeqpd + 1) -#define MN_vcmpeqpd 0x1408 -#define MN_vcmpge_oqpd 0x1411 -#define MN_vcmple_oqpd 0x141d -#define MN_vcmpfalse_oqpd 0x1429 -#define MN_vcmpneq_oqpd 0x1438 -#define MN_vcmpeq_oqpd 0x1445 -#define MN_vcmpgt_oqpd 0x1451 -#define MN_vcmplt_oqpd 0x145d -#define MN_vgatherqpd 0x1469 -#define MN_vscatterqpd 0x1474 -#define MN_vcmpnge_uqpd 0x1480 -#define MN_vcmpnle_uqpd 0x148d -#define MN_vcmptrue_uqpd 0x149a -#define MN_vcmpneq_uqpd 0x14a8 -#define MN_vcmpeq_uqpd 0x14b5 -#define MN_vcmpngt_uqpd 0x14c1 -#define MN_vcmpnlt_uqpd 0x14ce +#define MN_vcmpeqpd 0x1410 +#define MN_vcmpge_oqpd 0x1419 +#define MN_vcmple_oqpd 0x1425 +#define MN_vcmpfalse_oqpd 0x1431 +#define MN_vcmpneq_oqpd 0x1440 +#define MN_vcmpeq_oqpd 0x144d +#define MN_vcmpgt_oqpd 0x1459 +#define MN_vcmplt_oqpd 0x1465 +#define MN_vgatherqpd 0x1471 +#define MN_vscatterqpd 0x147c +#define MN_vcmpnge_uqpd 0x1488 +#define MN_vcmpnle_uqpd 0x1495 +#define MN_vcmptrue_uqpd 0x14a2 +#define MN_vcmpneq_uqpd 0x14b0 +#define MN_vcmpeq_uqpd 0x14bd +#define MN_vcmpngt_uqpd 0x14c9 +#define MN_vcmpnlt_uqpd 0x14d6 #define MN_orpd (MN_vorpd + 1) -#define MN_vorpd 0x14db +#define MN_vorpd 0x14e3 #define MN_xorpd (MN_vxorpd + 1) -#define MN_vxorpd 0x14e1 -#define MN_vcmpunord_spd 0x14e8 -#define MN_vcmpord_spd 0x14f6 -#define MN_vcmpge_ospd 0x1502 -#define MN_vcmple_ospd 0x150e -#define MN_vcmpfalse_ospd 0x151a -#define MN_vcmpneq_ospd 0x1529 -#define MN_vcmpeq_ospd 0x1536 -#define MN_vcmpgt_ospd 0x1542 -#define MN_vcmplt_ospd 0x154e -#define MN_vfpclasspd 0x155a -#define MN_incsspd 0x1565 -#define MN_rdsspd 0x156d -#define MN_vcompresspd 0x1574 -#define MN_vcmpnge_uspd 0x1580 -#define MN_vcmpnle_uspd 0x158d -#define MN_vcmptrue_uspd 0x159a -#define MN_vcmpneq_uspd 0x15a8 -#define MN_vcmpeq_uspd 0x15b5 -#define MN_vcmpngt_uspd 0x15c1 -#define MN_vcmpnlt_uspd 0x15ce -#define MN_vcmpngtpd 0x15db -#define MN_vcmpgtpd 0x15e5 +#define MN_vxorpd 0x14e9 +#define MN_vcmpunord_spd 0x14f0 +#define MN_vcmpord_spd 0x14fe +#define MN_vcmpge_ospd 0x150a +#define MN_vcmple_ospd 0x1516 +#define MN_vcmpfalse_ospd 0x1522 +#define MN_vcmpneq_ospd 0x1531 +#define MN_vcmpeq_ospd 0x153e +#define MN_vcmpgt_ospd 0x154a +#define MN_vcmplt_ospd 0x1556 +#define MN_vfpclasspd 0x1562 +#define MN_incsspd 0x156d +#define MN_rdsspd 0x1575 +#define MN_vcompresspd 0x157c +#define MN_vcmpnge_uspd 0x1588 +#define MN_vcmpnle_uspd 0x1595 +#define MN_vcmptrue_uspd 0x15a2 +#define MN_vcmpneq_uspd 0x15b0 +#define MN_vcmpeq_uspd 0x15bd +#define MN_vcmpngt_uspd 0x15c9 +#define MN_vcmpnlt_uspd 0x15d6 +#define MN_vcmpngtpd 0x15e3 +#define MN_vcmpgtpd 0x15ed #define MN_cmpnltpd (MN_vcmpnltpd + 1) -#define MN_vcmpnltpd 0x15ee +#define MN_vcmpnltpd 0x15f6 #define MN_cmpltpd (MN_vcmpltpd + 1) -#define MN_vcmpltpd 0x15f8 -#define MN_vgetmantpd 0x1601 +#define MN_vcmpltpd 0x1600 +#define MN_vgetmantpd 0x1609 #define MN_movntpd (MN_vmovntpd + 1) -#define MN_vmovntpd 0x160c +#define MN_vmovntpd 0x1614 #define MN_sqrtpd (MN_vsqrtpd + 1) -#define MN_vsqrtpd 0x1615 -#define MN_vtestpd 0x161d +#define MN_vsqrtpd 0x161d +#define MN_vtestpd 0x1625 #define MN_movupd (MN_vmovupd + 1) -#define MN_vmovupd 0x1625 +#define MN_vmovupd 0x162d #define MN_blendvpd (MN_vblendvpd + 1) -#define MN_vblendvpd 0x162d +#define MN_vblendvpd 0x1635 #define MN_divpd (MN_vdivpd + 1) -#define MN_vdivpd 0x1637 -#define MN_vmaskmovpd 0x163e +#define MN_vdivpd 0x163f +#define MN_vmaskmovpd 0x1646 #define MN_maxpd (MN_vminmaxpd + 4) -#define MN_vminmaxpd 0x1649 -#define MN_vmaxpd 0x1653 -#define MN_vfrczpd 0x165a -#define MN_vpcomeqd 0x1662 -#define MN_vpcomneqd 0x166b -#define MN_vpcmpneqd 0x1675 +#define MN_vminmaxpd 0x1651 +#define MN_vmaxpd 0x165b +#define MN_vfrczpd 0x1662 +#define MN_vpcomeqd 0x166a +#define MN_vpcomneqd 0x1673 +#define MN_vpcmpneqd 0x167d #define MN_pcmpeqd (MN_vpcmpeqd + 1) -#define MN_vpcmpeqd 0x167f -#define MN_vpgatherqd 0x1688 -#define MN_vpscatterqd 0x1693 -#define MN_vpmovusqd 0x169f -#define MN_vpmovsqd 0x16a9 -#define MN_vpmovqd 0x16b2 -#define MN_shrd 0x16ba -#define MN_kord 0x16bf -#define MN_kxnord 0x16c4 -#define MN_vpord 0x16cb -#define MN_vprord 0x16d1 +#define MN_vpcmpeqd 0x1687 +#define MN_vpgatherqd 0x1690 +#define MN_vpscatterqd 0x169b +#define MN_vpmovusqd 0x16a7 +#define MN_vpmovsqd 0x16b1 +#define MN_vpmovqd 0x16ba +#define MN_shrd 0x16c2 +#define MN_kord 0x16c7 +#define MN_kxnord 0x16cc +#define MN_vpord 0x16d3 +#define MN_vprord 0x16d9 #define MN_word (MN_aword + 1) -#define MN_aword 0x16d8 +#define MN_aword 0x16e0 #define MN_dword (MN_adword + 1) -#define MN_adword 0x16de -#define MN_kxord 0x16e5 -#define MN_vpxord 0x16eb +#define MN_adword 0x16e6 +#define MN_kxord 0x16ed +#define MN_vpxord 0x16f3 #define MN_pinsrd (MN_vpinsrd + 1) -#define MN_vpinsrd 0x16f2 -#define MN_kshiftrd 0x16fa +#define MN_vpinsrd 0x16fa +#define MN_kshiftrd 0x1702 #define MN_pextrd (MN_vpextrd + 1) -#define MN_vpextrd 0x1703 -#define MN_vfmsub231sd 0x170b -#define MN_vfnmsub231sd 0x1717 -#define MN_vfmadd231sd 0x1724 -#define MN_vfnmadd231sd 0x1730 -#define MN_vfmsub132sd 0x173d -#define MN_vfnmsub132sd 0x1749 -#define MN_vfmadd132sd 0x1756 -#define MN_vfnmadd132sd 0x1762 -#define MN_vcvtsh2sd 0x176f +#define MN_vpextrd 0x170b +#define MN_vfmsub231sd 0x1713 +#define MN_vfnmsub231sd 0x171f +#define MN_vfmadd231sd 0x172c +#define MN_vfnmadd231sd 0x1738 +#define MN_vfmsub132sd 0x1745 +#define MN_vfnmsub132sd 0x1751 +#define MN_vfmadd132sd 0x175e +#define MN_vfnmadd132sd 0x176a +#define MN_vcvtsh2sd 0x1777 #define MN_cvtsi2sd (MN_vcvtsi2sd + 1) -#define MN_vcvtsi2sd 0x1779 -#define MN_vcvtusi2sd 0x1783 +#define MN_vcvtsi2sd 0x1781 +#define MN_vcvtusi2sd 0x178b #define MN_cvtss2sd (MN_vcvtss2sd + 1) -#define MN_vcvtss2sd 0x178e -#define MN_vfmsub213sd 0x1798 -#define MN_vfnmsub213sd 0x17a4 -#define MN_vfmadd213sd 0x17b1 -#define MN_vfnmadd213sd 0x17bd -#define MN_vrcp14sd 0x17ca -#define MN_vrsqrt14sd 0x17d3 -#define MN_vrcp28sd 0x17de -#define MN_vrsqrt28sd 0x17e7 +#define MN_vcvtss2sd 0x1796 +#define MN_vfmsub213sd 0x17a0 +#define MN_vfnmsub213sd 0x17ac +#define MN_vfmadd213sd 0x17b9 +#define MN_vfnmadd213sd 0x17c5 +#define MN_vrcp14sd 0x17d2 +#define MN_vrsqrt14sd 0x17db +#define MN_vrcp28sd 0x17e6 +#define MN_vrsqrt28sd 0x17ef #define MN_pabsd (MN_vpabsd + 1) -#define MN_vpabsd 0x17f2 +#define MN_vpabsd 0x17fa #define MN_subsd (MN_vfmsubsd + 3) -#define MN_vfmsubsd 0x17f9 -#define MN_vfnmsubsd 0x1802 -#define MN_vsubsd 0x180c +#define MN_vfmsubsd 0x1801 +#define MN_vfnmsubsd 0x180a +#define MN_vsubsd 0x1814 #define MN_addsd (MN_vfmaddsd + 3) -#define MN_vfmaddsd 0x1813 -#define MN_vfnmaddsd 0x181c -#define MN_vaddsd 0x1826 +#define MN_vfmaddsd 0x181b +#define MN_vfnmaddsd 0x1824 +#define MN_vaddsd 0x182e #define MN_roundsd (MN_vroundsd + 1) -#define MN_vroundsd 0x182d +#define MN_vroundsd 0x1835 #define MN_cmpunordsd (MN_vcmpunordsd + 1) -#define MN_vcmpunordsd 0x1836 +#define MN_vcmpunordsd 0x183e #define MN_cmpordsd (MN_vcmpordsd + 1) -#define MN_vcmpordsd 0x1842 -#define MN_vreducesd 0x184c -#define MN_vrangesd 0x1856 -#define MN_vcmpngesd 0x185f -#define MN_vcmpgesd 0x1869 -#define MN_vrndscalesd 0x1872 +#define MN_vcmpordsd 0x184a +#define MN_vreducesd 0x1854 +#define MN_vrangesd 0x185e +#define MN_vcmpngesd 0x1867 +#define MN_vcmpgesd 0x1871 +#define MN_vrndscalesd 0x187a #define MN_cmpnlesd (MN_vcmpnlesd + 1) -#define MN_vcmpnlesd 0x187e +#define MN_vcmpnlesd 0x1886 #define MN_cmplesd (MN_vcmplesd + 1) -#define MN_vcmplesd 0x1888 -#define MN_vcmpfalsesd 0x1891 -#define MN_vcmptruesd 0x189d -#define MN_vscalefsd 0x18a8 +#define MN_vcmplesd 0x1890 +#define MN_vcmpfalsesd 0x1899 +#define MN_vcmptruesd 0x18a5 +#define MN_vscalefsd 0x18b0 #define MN_comisd (MN_ucomisd + 1) #define MN_ucomisd (MN_vucomisd + 1) -#define MN_vucomisd 0x18b2 -#define MN_vcomisd 0x18bb +#define MN_vucomisd 0x18ba +#define MN_vcomisd 0x18c3 #define MN_mulsd (MN_vmulsd + 1) -#define MN_vmulsd 0x18c3 -#define MN_vfixupimmsd 0x18ca +#define MN_vmulsd 0x18cb +#define MN_vfixupimmsd 0x18d2 #define MN_minsd (MN_pminsd + 1) #define MN_pminsd (MN_vpminsd + 1) -#define MN_vpminsd 0x18d6 -#define MN_vminsd 0x18de +#define MN_vpminsd 0x18de +#define MN_vminsd 0x18e6 #define MN_cmpsd (MN_vcmpsd + 1) -#define MN_vcmpsd 0x18e5 -#define MN_vgetexpsd 0x18ec -#define MN_vcmpunord_qsd 0x18f6 -#define MN_vcmpord_qsd 0x1904 +#define MN_vcmpsd 0x18ed +#define MN_vgetexpsd 0x18f4 +#define MN_vcmpunord_qsd 0x18fe +#define MN_vcmpord_qsd 0x190c #define MN_cmpneqsd (MN_vcmpneqsd + 1) -#define MN_vcmpneqsd 0x1910 +#define MN_vcmpneqsd 0x1918 #define MN_cmpeqsd (MN_vcmpeqsd + 1) -#define MN_vcmpeqsd 0x191a -#define MN_vcmpge_oqsd 0x1923 -#define MN_vcmple_oqsd 0x192f -#define MN_vcmpfalse_oqsd 0x193b -#define MN_vcmpneq_oqsd 0x194a -#define MN_vcmpeq_oqsd 0x1957 -#define MN_vcmpgt_oqsd 0x1963 -#define MN_vcmplt_oqsd 0x196f -#define MN_vcmpnge_uqsd 0x197b -#define MN_vcmpnle_uqsd 0x1988 -#define MN_vcmptrue_uqsd 0x1995 -#define MN_vcmpneq_uqsd 0x19a3 -#define MN_vcmpeq_uqsd 0x19b0 -#define MN_vcmpngt_uqsd 0x19bc -#define MN_vcmpnlt_uqsd 0x19c9 -#define MN_vmovrsd 0x19d6 -#define MN_vcmpunord_ssd 0x19de -#define MN_vcmpord_ssd 0x19ec -#define MN_vpdpbssd 0x19f8 -#define MN_tdpbssd 0x1a01 -#define MN_vpcompressd 0x1a09 -#define MN_vcmpge_ossd 0x1a15 -#define MN_vcmple_ossd 0x1a21 -#define MN_vcmpfalse_ossd 0x1a2d -#define MN_vcmpneq_ossd 0x1a3c -#define MN_vcmpeq_ossd 0x1a49 -#define MN_vcmpgt_ossd 0x1a55 -#define MN_vcmplt_ossd 0x1a61 -#define MN_wrssd 0x1a6d -#define MN_vfpclasssd 0x1a73 -#define MN_vcmpnge_ussd 0x1a7e -#define MN_vcmpnle_ussd 0x1a8b -#define MN_vcmptrue_ussd 0x1a98 -#define MN_vcmpneq_ussd 0x1aa6 -#define MN_vcmpeq_ussd 0x1ab3 -#define MN_vcmpngt_ussd 0x1abf -#define MN_vcmpnlt_ussd 0x1acc -#define MN_wrussd 0x1ad9 -#define MN_vp4dpwssd 0x1ae0 -#define MN_vpdpwssd 0x1aea -#define MN_vcmpngtsd 0x1af3 -#define MN_vcmpgtsd 0x1afd +#define MN_vcmpeqsd 0x1922 +#define MN_vcmpge_oqsd 0x192b +#define MN_vcmple_oqsd 0x1937 +#define MN_vcmpfalse_oqsd 0x1943 +#define MN_vcmpneq_oqsd 0x1952 +#define MN_vcmpeq_oqsd 0x195f +#define MN_vcmpgt_oqsd 0x196b +#define MN_vcmplt_oqsd 0x1977 +#define MN_vcmpnge_uqsd 0x1983 +#define MN_vcmpnle_uqsd 0x1990 +#define MN_vcmptrue_uqsd 0x199d +#define MN_vcmpneq_uqsd 0x19ab +#define MN_vcmpeq_uqsd 0x19b8 +#define MN_vcmpngt_uqsd 0x19c4 +#define MN_vcmpnlt_uqsd 0x19d1 +#define MN_vmovrsd 0x19de +#define MN_vcmpunord_ssd 0x19e6 +#define MN_vcmpord_ssd 0x19f4 +#define MN_vpdpbssd 0x1a00 +#define MN_tdpbssd 0x1a09 +#define MN_vpcompressd 0x1a11 +#define MN_vcmpge_ossd 0x1a1d +#define MN_vcmple_ossd 0x1a29 +#define MN_vcmpfalse_ossd 0x1a35 +#define MN_vcmpneq_ossd 0x1a44 +#define MN_vcmpeq_ossd 0x1a51 +#define MN_vcmpgt_ossd 0x1a5d +#define MN_vcmplt_ossd 0x1a69 +#define MN_wrssd 0x1a75 +#define MN_vfpclasssd 0x1a7b +#define MN_vcmpnge_ussd 0x1a86 +#define MN_vcmpnle_ussd 0x1a93 +#define MN_vcmptrue_ussd 0x1aa0 +#define MN_vcmpneq_ussd 0x1aae +#define MN_vcmpeq_ussd 0x1abb +#define MN_vcmpngt_ussd 0x1ac7 +#define MN_vcmpnlt_ussd 0x1ad4 +#define MN_wrussd 0x1ae1 +#define MN_vp4dpwssd 0x1ae8 +#define MN_vpdpwssd 0x1af2 +#define MN_vcmpngtsd 0x1afb +#define MN_vcmpgtsd 0x1b05 #define MN_cmpnltsd (MN_vcmpnltsd + 1) -#define MN_vcmpnltsd 0x1b06 +#define MN_vcmpnltsd 0x1b0e #define MN_cmpltsd (MN_vcmpltsd + 1) -#define MN_vcmpltsd 0x1b10 -#define MN_vgetmantsd 0x1b19 -#define MN_movntsd 0x1b24 +#define MN_vcmpltsd 0x1b18 +#define MN_vgetmantsd 0x1b21 +#define MN_movntsd 0x1b2c #define MN_sqrtsd (MN_vsqrtsd + 1) -#define MN_vsqrtsd 0x1b2c -#define MN_vbroadcastsd 0x1b34 -#define MN_vpdpbusd 0x1b41 -#define MN_tdpbusd 0x1b4a -#define MN_vpdpwusd 0x1b52 +#define MN_vsqrtsd 0x1b34 +#define MN_vbroadcastsd 0x1b3c +#define MN_vpdpbusd 0x1b49 +#define MN_tdpbusd 0x1b52 +#define MN_vpdpwusd 0x1b5a #define MN_divsd (MN_vdivsd + 1) -#define MN_vdivsd 0x1b5b +#define MN_vdivsd 0x1b63 #define MN_movsd (MN_vmovsd + 1) -#define MN_vmovsd 0x1b62 +#define MN_vmovsd 0x1b6a #define MN_maxsd (MN_vminmaxsd + 4) -#define MN_vminmaxsd 0x1b69 +#define MN_vminmaxsd 0x1b71 #define MN_pmaxsd (MN_vpmaxsd + 1) -#define MN_vpmaxsd 0x1b73 -#define MN_vmaxsd 0x1b7b -#define MN_vucomxsd 0x1b82 -#define MN_vcomxsd 0x1b8b -#define MN_vfrczsd 0x1b93 -#define MN_vp2intersectd 0x1b9b -#define MN_vpconflictd 0x1ba9 -#define MN_vpcomgtd 0x1bb5 +#define MN_vpmaxsd 0x1b7b +#define MN_vmaxsd 0x1b83 +#define MN_vucomxsd 0x1b8a +#define MN_vcomxsd 0x1b93 +#define MN_vfrczsd 0x1b9b +#define MN_vp2intersectd 0x1ba3 +#define MN_vpconflictd 0x1bb1 +#define MN_vpcomgtd 0x1bbd #define MN_pcmpgtd (MN_vpcmpgtd + 1) -#define MN_vpcmpgtd 0x1bbe -#define MN_cltd 0x1bc7 -#define MN_vpcomltd 0x1bcc -#define MN_vpcmpnltd 0x1bd5 -#define MN_vpcmpltd 0x1bdf -#define MN_vpopcntd 0x1be8 -#define MN_vplzcntd 0x1bf1 -#define MN_knotd 0x1bfa -#define MN_vprotd 0x1c00 +#define MN_vpcmpgtd 0x1bc6 +#define MN_cltd 0x1bcf +#define MN_vpcomltd 0x1bd4 +#define MN_vpcmpnltd 0x1bdd +#define MN_vpcmpltd 0x1be7 +#define MN_vpopcntd 0x1bf0 +#define MN_vplzcntd 0x1bf9 +#define MN_knotd 0x1c02 +#define MN_vprotd 0x1c08 #define MN_std (MN_vpbroadcastd + 9) -#define MN_vpbroadcastd 0x1c07 -#define MN_ktestd 0x1c14 -#define MN_kortestd 0x1c1b -#define MN_cwtd 0x1c24 -#define MN_vpcomgeud 0x1c29 -#define MN_vpcomleud 0x1c33 -#define MN_vpcmpnleud 0x1c3d -#define MN_vpcmpleud 0x1c48 -#define MN_vpcomfalseud 0x1c52 -#define MN_vpcomtrueud 0x1c5f -#define MN_vpcomud 0x1c6b +#define MN_vpbroadcastd 0x1c0f +#define MN_ktestd 0x1c1c +#define MN_kortestd 0x1c23 +#define MN_cwtd 0x1c2c +#define MN_vpcomgeud 0x1c31 +#define MN_vpcomleud 0x1c3b +#define MN_vpcmpnleud 0x1c45 +#define MN_vpcmpleud 0x1c50 +#define MN_vpcomfalseud 0x1c5a +#define MN_vpcomtrueud 0x1c67 +#define MN_vpcomud 0x1c73 #define MN_pminud (MN_vpminud + 1) -#define MN_vpminud 0x1c73 -#define MN_vpcmpud 0x1c7b -#define MN_vpcomequd 0x1c83 -#define MN_vpcomnequd 0x1c8d -#define MN_vpcmpnequd 0x1c98 -#define MN_vpcmpequd 0x1ca3 -#define MN_vpdpbsud 0x1cad -#define MN_tdpbsud 0x1cb6 -#define MN_vpdpwsud 0x1cbe -#define MN_vpcomgtud 0x1cc7 -#define MN_vpcomltud 0x1cd1 -#define MN_vpcmpnltud 0x1cdb -#define MN_vpcmpltud 0x1ce6 -#define MN_vpdpbuud 0x1cf0 -#define MN_tdpbuud 0x1cf9 -#define MN_vpdpwuud 0x1d01 +#define MN_vpminud 0x1c7b +#define MN_vpcmpud 0x1c83 +#define MN_vpcomequd 0x1c8b +#define MN_vpcomnequd 0x1c95 +#define MN_vpcmpnequd 0x1ca0 +#define MN_vpcmpequd 0x1cab +#define MN_vpdpbsud 0x1cb5 +#define MN_tdpbsud 0x1cbe +#define MN_vpdpwsud 0x1cc6 +#define MN_vpcomgtud 0x1ccf +#define MN_vpcomltud 0x1cd9 +#define MN_vpcmpnltud 0x1ce3 +#define MN_vpcmpltud 0x1cee +#define MN_vpdpbuud 0x1cf8 +#define MN_tdpbuud 0x1d01 +#define MN_vpdpwuud 0x1d09 #define MN_pmaxud (MN_vpmaxud + 1) -#define MN_vpmaxud 0x1d0a -#define MN_vpsravd 0x1d12 -#define MN_vpshldvd 0x1d1a -#define MN_vpshrdvd 0x1d23 -#define MN_vpsllvd 0x1d2c -#define MN_vprolvd 0x1d34 -#define MN_vpsrlvd 0x1d3c +#define MN_vpmaxud 0x1d12 +#define MN_vpsravd 0x1d1a +#define MN_vpshldvd 0x1d22 +#define MN_vpshrdvd 0x1d2b +#define MN_vpsllvd 0x1d34 +#define MN_vprolvd 0x1d3c +#define MN_vpsrlvd 0x1d44 #define MN_invd (MN_wbinvd + 2) -#define MN_wbinvd 0x1d44 -#define MN_wbnoinvd 0x1d4b +#define MN_wbinvd 0x1d4c +#define MN_wbnoinvd 0x1d53 #define MN_movd (MN_kmovd + 1) #define MN_kmovd (MN_vpmaskmovd + 5) -#define MN_vpmaskmovd 0x1d54 -#define MN_vmovd 0x1d5f -#define MN_vprorvd 0x1d65 -#define MN_vphsubwd 0x1d6d -#define MN_cwd 0x1d76 -#define MN_vphaddwd 0x1d7a +#define MN_vpmaskmovd 0x1d5c +#define MN_vmovd 0x1d67 +#define MN_vprorvd 0x1d6d +#define MN_vphsubwd 0x1d75 +#define MN_cwd 0x1d7e +#define MN_vphaddwd 0x1d82 #define MN_pmaddwd (MN_vpmaddwd + 1) -#define MN_vpmaddwd 0x1d83 +#define MN_vpmaddwd 0x1d8b #define MN_punpckhwd (MN_vpunpckhwd + 1) -#define MN_vpunpckhwd 0x1d8c -#define MN_kunpckwd 0x1d97 +#define MN_vpunpckhwd 0x1d94 +#define MN_kunpckwd 0x1d9f #define MN_punpcklwd (MN_vpunpcklwd + 1) -#define MN_vpunpcklwd 0x1da0 -#define MN_vpmacswd 0x1dab -#define MN_vpmadcswd 0x1db4 -#define MN_vpmacsswd 0x1dbe -#define MN_vpmadcsswd 0x1dc8 -#define MN_vphadduwd 0x1dd3 +#define MN_vpunpcklwd 0x1da8 +#define MN_vpmacswd 0x1db3 +#define MN_vpmadcswd 0x1dbc +#define MN_vpmacsswd 0x1dc6 +#define MN_vpmadcsswd 0x1dd0 +#define MN_vphadduwd 0x1ddb #define MN_pmovsxwd (MN_vpmovsxwd + 1) -#define MN_vpmovsxwd 0x1ddd +#define MN_vpmovsxwd 0x1de5 #define MN_pmovzxwd (MN_vpmovzxwd + 1) -#define MN_vpmovzxwd 0x1de7 -#define MN_movsxd 0x1df1 -#define MN_fldl2e 0x1df8 -#define MN_jae 0x1dff -#define MN_jnae 0x1e03 -#define MN_ccmpnae 0x1e08 -#define MN_setnae 0x1e10 -#define MN_ctestnae 0x1e17 -#define MN_setzunae 0x1e20 +#define MN_vpmovzxwd 0x1def +#define MN_movsxd 0x1df9 +#define MN_fldl2e 0x1e00 +#define MN_jae 0x1e07 +#define MN_jnae 0x1e0b +#define MN_ccmpnae 0x1e10 +#define MN_setnae 0x1e18 +#define MN_ctestnae 0x1e1f +#define MN_setzunae 0x1e28 #define MN_cmovnae (MN_fcmovnae + 1) #define MN_fcmovnae (MN_cfcmovnae + 1) -#define MN_cfcmovnae 0x1e29 -#define MN_ccmpae 0x1e33 -#define MN_setae 0x1e3a -#define MN_ctestae 0x1e40 -#define MN_setzuae 0x1e48 +#define MN_cfcmovnae 0x1e31 +#define MN_ccmpae 0x1e3b +#define MN_setae 0x1e42 +#define MN_ctestae 0x1e48 +#define MN_setzuae 0x1e50 #define MN_cmovae (MN_fcmovae + 1) #define MN_fcmovae (MN_cfcmovae + 1) -#define MN_cfcmovae 0x1e50 -#define MN_jbe 0x1e59 -#define MN_jnbe 0x1e5d -#define MN_ccmpnbe 0x1e62 -#define MN_setnbe 0x1e6a -#define MN_ctestnbe 0x1e71 -#define MN_setzunbe 0x1e7a +#define MN_cfcmovae 0x1e58 +#define MN_jbe 0x1e61 +#define MN_jnbe 0x1e65 +#define MN_ccmpnbe 0x1e6a +#define MN_setnbe 0x1e72 +#define MN_ctestnbe 0x1e79 +#define MN_setzunbe 0x1e82 #define MN_cmovnbe (MN_fcmovnbe + 1) #define MN_fcmovnbe (MN_cfcmovnbe + 1) -#define MN_cfcmovnbe 0x1e83 -#define MN_ccmpbe 0x1e8d -#define MN_setbe 0x1e94 -#define MN_ctestbe 0x1e9a -#define MN_setzube 0x1ea2 +#define MN_cfcmovnbe 0x1e8b +#define MN_ccmpbe 0x1e95 +#define MN_setbe 0x1e9c +#define MN_ctestbe 0x1ea2 +#define MN_setzube 0x1eaa #define MN_movbe (MN_cmovbe + 1) #define MN_cmovbe (MN_fcmovbe + 1) #define MN_fcmovbe (MN_cfcmovbe + 1) -#define MN_cfcmovbe 0x1eaa -#define MN_lfence 0x1eb3 -#define MN_mfence 0x1eba -#define MN_sfence 0x1ec1 -#define MN_cwde 0x1ec8 -#define MN_ffree 0x1ecd -#define MN_jge 0x1ed3 -#define MN_jnge 0x1ed7 -#define MN_ccmpnge 0x1edc -#define MN_setnge 0x1ee4 -#define MN_ctestnge 0x1eeb -#define MN_setzunge 0x1ef4 +#define MN_cfcmovbe 0x1eb2 +#define MN_lfence 0x1ebb +#define MN_mfence 0x1ec2 +#define MN_sfence 0x1ec9 +#define MN_cwde 0x1ed0 +#define MN_ffree 0x1ed5 +#define MN_jge 0x1edb +#define MN_jnge 0x1edf +#define MN_ccmpnge 0x1ee4 +#define MN_setnge 0x1eec +#define MN_ctestnge 0x1ef3 +#define MN_setzunge 0x1efc #define MN_cmovnge (MN_cfcmovnge + 2) -#define MN_cfcmovnge 0x1efd -#define MN_ccmpge 0x1f07 -#define MN_pfcmpge 0x1f0e -#define MN_setge 0x1f16 -#define MN_ctestge 0x1f1c -#define MN_setzuge 0x1f24 +#define MN_cfcmovnge 0x1f05 +#define MN_ccmpge 0x1f0f +#define MN_pfcmpge 0x1f16 +#define MN_setge 0x1f1e +#define MN_ctestge 0x1f24 +#define MN_setzuge 0x1f2c #define MN_cmovge (MN_cfcmovge + 2) -#define MN_cfcmovge 0x1f2c -#define MN_je 0x1f35 -#define MN_fscale 0x1f38 -#define MN_jle 0x1f3f -#define MN_jnle 0x1f43 -#define MN_ccmpnle 0x1f48 -#define MN_setnle 0x1f50 -#define MN_ctestnle 0x1f57 -#define MN_setzunle 0x1f60 +#define MN_cfcmovge 0x1f34 +#define MN_je 0x1f3d +#define MN_fscale 0x1f40 +#define MN_jle 0x1f47 +#define MN_jnle 0x1f4b +#define MN_ccmpnle 0x1f50 +#define MN_setnle 0x1f58 +#define MN_ctestnle 0x1f5f +#define MN_setzunle 0x1f68 #define MN_cmovnle (MN_cfcmovnle + 2) -#define MN_cfcmovnle 0x1f69 -#define MN_ccmple 0x1f73 -#define MN_setle 0x1f7a -#define MN_ctestle 0x1f80 -#define MN_setzule 0x1f88 +#define MN_cfcmovnle 0x1f71 +#define MN_ccmple 0x1f7b +#define MN_setle 0x1f82 +#define MN_ctestle 0x1f88 +#define MN_setzule 0x1f90 #define MN_cmovle (MN_cfcmovle + 2) -#define MN_cfcmovle 0x1f90 -#define MN_vmresume 0x1f99 -#define MN_jne 0x1fa2 -#define MN_repne 0x1fa6 -#define MN_ccmpne 0x1fac -#define MN_loopne 0x1fb3 -#define MN_setne 0x1fba -#define MN_ctestne 0x1fc0 -#define MN_setzune 0x1fc8 +#define MN_cfcmovle 0x1f98 +#define MN_vmresume 0x1fa1 +#define MN_jne 0x1faa +#define MN_repne 0x1fae +#define MN_ccmpne 0x1fb4 +#define MN_loopne 0x1fbb +#define MN_setne 0x1fc2 +#define MN_ctestne 0x1fc8 +#define MN_setzune 0x1fd0 #define MN_cmovne (MN_fcmovne + 1) #define MN_fcmovne (MN_cfcmovne + 1) -#define MN_cfcmovne 0x1fd0 -#define MN_repe 0x1fd9 -#define MN_jpe 0x1fde -#define MN_ccmpe 0x1fe2 -#define MN_loope 0x1fe8 -#define MN_setpe 0x1fee -#define MN_setzupe 0x1ff4 +#define MN_cfcmovne 0x1fd8 +#define MN_repe 0x1fe1 +#define MN_jpe 0x1fe6 +#define MN_ccmpe 0x1fea +#define MN_loope 0x1ff0 +#define MN_setpe 0x1ff6 +#define MN_setzupe 0x1ffc #define MN_cmovpe (MN_cfcmovpe + 2) -#define MN_cfcmovpe 0x1ffc -#define MN_cdqe 0x2005 -#define MN_xacquire 0x200a -#define MN_xstore 0x2013 -#define MN_rdfsbase 0x201a -#define MN_wrfsbase 0x2023 -#define MN_rdgsbase 0x202c -#define MN_wrgsbase 0x2035 -#define MN_tilerelease 0x203e -#define MN_xrelease 0x204a +#define MN_cfcmovpe 0x2004 +#define MN_cdqe 0x200d +#define MN_xacquire 0x2012 +#define MN_xstore 0x201b +#define MN_rdfsbase 0x2022 +#define MN_wrfsbase 0x202b +#define MN_rdgsbase 0x2034 +#define MN_wrgsbase 0x203d +#define MN_tilerelease 0x2046 +#define MN_xrelease 0x2052 #define MN_pause (MN_tpause + 1) -#define MN_tpause 0x2053 -#define MN_pvalidate 0x205a -#define MN_rmpupdate 0x2064 -#define MN_sete 0x206e -#define MN_vmwrite 0x2073 -#define MN_ptwrite 0x207b -#define MN_cldemote 0x2083 -#define MN_cteste 0x208c -#define MN_sha1nexte 0x2093 -#define MN_setzue 0x209d -#define MN_leave 0x20a4 -#define MN_fsave 0x20aa -#define MN_vmsave 0x20b0 -#define MN_fnsave 0x20b7 +#define MN_tpause 0x205b +#define MN_pvalidate 0x2062 +#define MN_rmpupdate 0x206c +#define MN_sete 0x2076 +#define MN_vmwrite 0x207b +#define MN_ptwrite 0x2083 +#define MN_cldemote 0x208b +#define MN_cteste 0x2094 +#define MN_sha1nexte 0x209b +#define MN_setzue 0x20a5 +#define MN_leave 0x20ac +#define MN_fsave 0x20b2 +#define MN_vmsave 0x20b8 +#define MN_fnsave 0x20bf #define MN_xsave (MN_fxsave + 1) -#define MN_fxsave 0x20be +#define MN_fxsave 0x20c6 #define MN_cmove (MN_fcmove + 1) #define MN_fcmove (MN_cfcmove + 1) -#define MN_cfcmove 0x20c5 -#define MN_serialize 0x20cd -#define MN_vmxoff 0x20d7 -#define MN_lahf 0x20de -#define MN_sahf 0x20e3 -#define MN_pushf 0x20e8 -#define MN_ccmpf 0x20ee -#define MN_popf 0x20f4 -#define MN_bsf 0x20f9 -#define MN_retf 0x20fd -#define MN_ctestf 0x2102 -#define MN_neg 0x2109 -#define MN_ldtilecfg 0x210d -#define MN_sttilecfg 0x2117 +#define MN_cfcmove 0x20cd +#define MN_serialize 0x20d5 +#define MN_vmxoff 0x20df +#define MN_lahf 0x20e6 +#define MN_sahf 0x20eb +#define MN_pushf 0x20f0 +#define MN_ccmpf 0x20f6 +#define MN_popf 0x20fc +#define MN_bsf 0x2101 +#define MN_retf 0x2105 +#define MN_ctestf 0x210a +#define MN_neg 0x2111 +#define MN_ldtilecfg 0x2115 +#define MN_sttilecfg 0x211f #define MN_xchg (MN_cmpxchg + 3) -#define MN_cmpxchg 0x2121 -#define MN_pconfig 0x2129 -#define MN_jg 0x2131 -#define MN_jng 0x2134 -#define MN_ccmpng 0x2138 -#define MN_xstore_rng 0x213f -#define MN_xstorerng 0x214a -#define MN_setng 0x2154 -#define MN_ctestng 0x215a -#define MN_setzung 0x2162 +#define MN_cmpxchg 0x2129 +#define MN_pconfig 0x2131 +#define MN_jg 0x2139 +#define MN_jng 0x213c +#define MN_ccmpng 0x2140 +#define MN_xstore_rng 0x2147 +#define MN_xstorerng 0x2152 +#define MN_setng 0x215c +#define MN_ctestng 0x2162 +#define MN_setzung 0x216a #define MN_cmovng (MN_cfcmovng + 2) -#define MN_cfcmovng 0x216a -#define MN_invlpg 0x2173 -#define MN_ccmpg 0x217a -#define MN_setg 0x2180 -#define MN_ctestg 0x2185 -#define MN_setzug 0x218c +#define MN_cfcmovng 0x2172 +#define MN_invlpg 0x217b +#define MN_ccmpg 0x2182 +#define MN_setg 0x2188 +#define MN_ctestg 0x218d +#define MN_setzug 0x2194 #define MN_cmovg (MN_cfcmovg + 2) -#define MN_cfcmovg 0x2193 -#define MN_tcvtrowps2bf16h 0x219b -#define MN_vmlaunch 0x21ab -#define MN_prefetch 0x21b4 -#define MN_fxch 0x21bd -#define MN_tcvtrowps2phh 0x21c2 -#define MN_vfmaddsub231ph 0x21d0 -#define MN_vfmsub231ph 0x21df -#define MN_vfnmsub231ph 0x21eb -#define MN_vfmsubadd231ph 0x21f8 -#define MN_vfmadd231ph 0x2207 -#define MN_vfnmadd231ph 0x2213 -#define MN_vfmaddsub132ph 0x2220 -#define MN_vfmsub132ph 0x222f -#define MN_vfnmsub132ph 0x223b -#define MN_vfmsubadd132ph 0x2248 -#define MN_vfmadd132ph 0x2257 -#define MN_vfnmadd132ph 0x2263 -#define MN_vcvthf82ph 0x2270 -#define MN_vcvtpd2ph 0x227b -#define MN_vcvtdq2ph 0x2285 -#define MN_vcvtudq2ph 0x228f -#define MN_vcvtqq2ph 0x229a -#define MN_vcvtuqq2ph 0x22a4 -#define MN_vcvtps2ph 0x22af -#define MN_vcvtw2ph 0x22b9 -#define MN_vcvtuw2ph 0x22c2 -#define MN_vfmaddsub213ph 0x22cc -#define MN_vfmsub213ph 0x22db -#define MN_vfnmsub213ph 0x22e7 -#define MN_vfmsubadd213ph 0x22f4 -#define MN_vfmadd213ph 0x2303 -#define MN_vfnmadd213ph 0x230f -#define MN_vsubph 0x231c -#define MN_vfcmaddcph 0x2323 -#define MN_vfmaddcph 0x232e -#define MN_vfcmulcph 0x2338 -#define MN_vfmulcph 0x2342 -#define MN_vaddph 0x234b -#define MN_vcmpunordph 0x2352 -#define MN_vcmpordph 0x235e -#define MN_vreduceph 0x2368 -#define MN_vcmpngeph 0x2372 -#define MN_vcmpgeph 0x237c -#define MN_vrndscaleph 0x2385 -#define MN_vcmpnleph 0x2391 -#define MN_vcmpleph 0x239b -#define MN_vcmpfalseph 0x23a4 -#define MN_vcmptrueph 0x23b0 -#define MN_vscalefph 0x23bb -#define MN_vmulph 0x23c5 -#define MN_vminph 0x23cc -#define MN_vrcpph 0x23d3 -#define MN_vcmpph 0x23da -#define MN_vgetexpph 0x23e1 -#define MN_vcmpunord_qph 0x23eb -#define MN_vcmpord_qph 0x23f9 -#define MN_vcmpneqph 0x2405 -#define MN_vcmpeqph 0x240f -#define MN_vcmpge_oqph 0x2418 -#define MN_vcmple_oqph 0x2424 -#define MN_vcmpfalse_oqph 0x2430 -#define MN_vcmpneq_oqph 0x243f -#define MN_vcmpeq_oqph 0x244c -#define MN_vcmpgt_oqph 0x2458 -#define MN_vcmplt_oqph 0x2464 -#define MN_vcmpnge_uqph 0x2470 -#define MN_vcmpnle_uqph 0x247d -#define MN_vcmptrue_uqph 0x248a -#define MN_vcmpneq_uqph 0x2498 -#define MN_vcmpeq_uqph 0x24a5 -#define MN_vcmpngt_uqph 0x24b1 -#define MN_vcmpnlt_uqph 0x24be -#define MN_vcmpunord_sph 0x24cb -#define MN_vcmpord_sph 0x24d9 -#define MN_vcmpge_osph 0x24e5 -#define MN_vcmple_osph 0x24f1 -#define MN_vcmpfalse_osph 0x24fd -#define MN_vcmpneq_osph 0x250c -#define MN_vcmpeq_osph 0x2519 -#define MN_vcmpgt_osph 0x2525 -#define MN_vcmplt_osph 0x2531 -#define MN_vfpclassph 0x253d -#define MN_vcmpnge_usph 0x2548 -#define MN_vcmpnle_usph 0x2555 -#define MN_vcmptrue_usph 0x2562 -#define MN_vcmpneq_usph 0x2570 -#define MN_vcmpeq_usph 0x257d -#define MN_vcmpngt_usph 0x2589 -#define MN_vcmpnlt_usph 0x2596 -#define MN_vcmpngtph 0x25a3 -#define MN_vcmpgtph 0x25ad -#define MN_vcmpnltph 0x25b6 -#define MN_vcmpltph 0x25c0 -#define MN_vgetmantph 0x25c9 -#define MN_vrsqrtph 0x25d4 -#define MN_vsqrtph 0x25dd -#define MN_vdivph 0x25e5 -#define MN_vminmaxph 0x25ec -#define MN_vmaxph 0x25f6 -#define MN_vpmacsdqh 0x25fd -#define MN_vpmacssdqh 0x2607 -#define MN_vfmsub231sh 0x2612 -#define MN_vfnmsub231sh 0x261e -#define MN_vfmadd231sh 0x262b -#define MN_vfnmadd231sh 0x2637 -#define MN_vfmsub132sh 0x2644 -#define MN_vfnmsub132sh 0x2650 -#define MN_vfmadd132sh 0x265d -#define MN_vfnmadd132sh 0x2669 -#define MN_vcvtsd2sh 0x2676 -#define MN_vcvtsi2sh 0x2680 -#define MN_vcvtusi2sh 0x268a -#define MN_vcvtss2sh 0x2695 -#define MN_vfmsub213sh 0x269f -#define MN_vfnmsub213sh 0x26ab -#define MN_vfmadd213sh 0x26b8 -#define MN_vfnmadd213sh 0x26c4 -#define MN_psmash 0x26d1 -#define MN_vsubsh 0x26d8 -#define MN_vfcmaddcsh 0x26df -#define MN_vfmaddcsh 0x26ea -#define MN_vfcmulcsh 0x26f4 -#define MN_vfmulcsh 0x26fe -#define MN_vaddsh 0x2707 -#define MN_vcmpunordsh 0x270e -#define MN_vcmpordsh 0x271a -#define MN_vreducesh 0x2724 -#define MN_vcmpngesh 0x272e -#define MN_vcmpgesh 0x2738 -#define MN_vrndscalesh 0x2741 -#define MN_vcmpnlesh 0x274d -#define MN_vcmplesh 0x2757 -#define MN_vcmpfalsesh 0x2760 -#define MN_vcmptruesh 0x276c -#define MN_vscalefsh 0x2777 -#define MN_vucomish 0x2781 -#define MN_vcomish 0x278a -#define MN_vmulsh 0x2792 -#define MN_vminsh 0x2799 -#define MN_vrcpsh 0x27a0 -#define MN_vcmpsh 0x27a7 -#define MN_vgetexpsh 0x27ae -#define MN_vcmpunord_qsh 0x27b8 -#define MN_vcmpord_qsh 0x27c6 -#define MN_vcmpneqsh 0x27d2 -#define MN_vcmpeqsh 0x27dc -#define MN_vcmpge_oqsh 0x27e5 -#define MN_vcmple_oqsh 0x27f1 -#define MN_vcmpfalse_oqsh 0x27fd -#define MN_vcmpneq_oqsh 0x280c -#define MN_vcmpeq_oqsh 0x2819 -#define MN_vcmpgt_oqsh 0x2825 -#define MN_vcmplt_oqsh 0x2831 -#define MN_vcmpnge_uqsh 0x283d -#define MN_vcmpnle_uqsh 0x284a -#define MN_vcmptrue_uqsh 0x2857 -#define MN_vcmpneq_uqsh 0x2865 -#define MN_vcmpeq_uqsh 0x2872 -#define MN_vcmpngt_uqsh 0x287e -#define MN_vcmpnlt_uqsh 0x288b -#define MN_vcmpunord_ssh 0x2898 -#define MN_vcmpord_ssh 0x28a6 -#define MN_vcmpge_ossh 0x28b2 -#define MN_vcmple_ossh 0x28be -#define MN_vcmpfalse_ossh 0x28ca -#define MN_vcmpneq_ossh 0x28d9 -#define MN_vcmpeq_ossh 0x28e6 -#define MN_vcmpgt_ossh 0x28f2 -#define MN_vcmplt_ossh 0x28fe -#define MN_vfpclasssh 0x290a -#define MN_vcmpnge_ussh 0x2915 -#define MN_vcmpnle_ussh 0x2922 -#define MN_vcmptrue_ussh 0x292f -#define MN_vcmpneq_ussh 0x293d -#define MN_vcmpeq_ussh 0x294a -#define MN_vcmpngt_ussh 0x2956 -#define MN_vcmpnlt_ussh 0x2963 -#define MN_vcmpngtsh 0x2970 -#define MN_vcmpgtsh 0x297a -#define MN_vcmpnltsh 0x2983 -#define MN_vcmpltsh 0x298d -#define MN_vgetmantsh 0x2996 -#define MN_vrsqrtsh 0x29a1 -#define MN_vsqrtsh 0x29aa -#define MN_clflush 0x29b2 -#define MN_push 0x29ba -#define MN_vdivsh 0x29bf -#define MN_vmovsh 0x29c6 -#define MN_vminmaxsh 0x29cd -#define MN_vmaxsh 0x29d7 -#define MN_vucomxsh 0x29de -#define MN_vcomxsh 0x29e7 -#define MN_blci 0x29ef -#define MN_clgi 0x29f4 -#define MN_stgi 0x29f9 -#define MN_bzhi 0x29fe -#define MN_cli 0x2a03 -#define MN_fcomi 0x2a07 -#define MN_fucomi 0x2a0d -#define MN_feni 0x2a14 -#define MN_fneni 0x2a19 -#define MN_cvttpd2pi 0x2a1f -#define MN_cvtpd2pi 0x2a29 -#define MN_cvttps2pi 0x2a32 -#define MN_cvtps2pi 0x2a3c -#define MN_fldpi 0x2a45 -#define MN_senduipi 0x2a4b -#define MN_fcompi 0x2a54 -#define MN_fucompi 0x2a5b -#define MN_movdiri 0x2a63 +#define MN_cfcmovg 0x219b +#define MN_tcvtrowps2bf16h 0x21a3 +#define MN_vmlaunch 0x21b3 +#define MN_prefetch 0x21bc +#define MN_fxch 0x21c5 +#define MN_tcvtrowps2phh 0x21ca +#define MN_vfmaddsub231ph 0x21d8 +#define MN_vfmsub231ph 0x21e7 +#define MN_vfnmsub231ph 0x21f3 +#define MN_vfmsubadd231ph 0x2200 +#define MN_vfmadd231ph 0x220f +#define MN_vfnmadd231ph 0x221b +#define MN_vfmaddsub132ph 0x2228 +#define MN_vfmsub132ph 0x2237 +#define MN_vfnmsub132ph 0x2243 +#define MN_vfmsubadd132ph 0x2250 +#define MN_vfmadd132ph 0x225f +#define MN_vfnmadd132ph 0x226b +#define MN_vcvthf82ph 0x2278 +#define MN_vcvtpd2ph 0x2283 +#define MN_vcvtdq2ph 0x228d +#define MN_vcvtudq2ph 0x2297 +#define MN_vcvtqq2ph 0x22a2 +#define MN_vcvtuqq2ph 0x22ac +#define MN_vcvtps2ph 0x22b7 +#define MN_vcvtw2ph 0x22c1 +#define MN_vcvtuw2ph 0x22ca +#define MN_vfmaddsub213ph 0x22d4 +#define MN_vfmsub213ph 0x22e3 +#define MN_vfnmsub213ph 0x22ef +#define MN_vfmsubadd213ph 0x22fc +#define MN_vfmadd213ph 0x230b +#define MN_vfnmadd213ph 0x2317 +#define MN_vsubph 0x2324 +#define MN_vfcmaddcph 0x232b +#define MN_vfmaddcph 0x2336 +#define MN_vfcmulcph 0x2340 +#define MN_vfmulcph 0x234a +#define MN_vaddph 0x2353 +#define MN_vcmpunordph 0x235a +#define MN_vcmpordph 0x2366 +#define MN_vreduceph 0x2370 +#define MN_vcmpngeph 0x237a +#define MN_vcmpgeph 0x2384 +#define MN_vrndscaleph 0x238d +#define MN_vcmpnleph 0x2399 +#define MN_vcmpleph 0x23a3 +#define MN_vcmpfalseph 0x23ac +#define MN_vcmptrueph 0x23b8 +#define MN_vscalefph 0x23c3 +#define MN_vmulph 0x23cd +#define MN_vminph 0x23d4 +#define MN_vrcpph 0x23db +#define MN_vcmpph 0x23e2 +#define MN_vgetexpph 0x23e9 +#define MN_vcmpunord_qph 0x23f3 +#define MN_vcmpord_qph 0x2401 +#define MN_vcmpneqph 0x240d +#define MN_vcmpeqph 0x2417 +#define MN_vcmpge_oqph 0x2420 +#define MN_vcmple_oqph 0x242c +#define MN_vcmpfalse_oqph 0x2438 +#define MN_vcmpneq_oqph 0x2447 +#define MN_vcmpeq_oqph 0x2454 +#define MN_vcmpgt_oqph 0x2460 +#define MN_vcmplt_oqph 0x246c +#define MN_vcmpnge_uqph 0x2478 +#define MN_vcmpnle_uqph 0x2485 +#define MN_vcmptrue_uqph 0x2492 +#define MN_vcmpneq_uqph 0x24a0 +#define MN_vcmpeq_uqph 0x24ad +#define MN_vcmpngt_uqph 0x24b9 +#define MN_vcmpnlt_uqph 0x24c6 +#define MN_vcmpunord_sph 0x24d3 +#define MN_vcmpord_sph 0x24e1 +#define MN_vcmpge_osph 0x24ed +#define MN_vcmple_osph 0x24f9 +#define MN_vcmpfalse_osph 0x2505 +#define MN_vcmpneq_osph 0x2514 +#define MN_vcmpeq_osph 0x2521 +#define MN_vcmpgt_osph 0x252d +#define MN_vcmplt_osph 0x2539 +#define MN_vfpclassph 0x2545 +#define MN_vcmpnge_usph 0x2550 +#define MN_vcmpnle_usph 0x255d +#define MN_vcmptrue_usph 0x256a +#define MN_vcmpneq_usph 0x2578 +#define MN_vcmpeq_usph 0x2585 +#define MN_vcmpngt_usph 0x2591 +#define MN_vcmpnlt_usph 0x259e +#define MN_vcmpngtph 0x25ab +#define MN_vcmpgtph 0x25b5 +#define MN_vcmpnltph 0x25be +#define MN_vcmpltph 0x25c8 +#define MN_vgetmantph 0x25d1 +#define MN_vrsqrtph 0x25dc +#define MN_vsqrtph 0x25e5 +#define MN_vdivph 0x25ed +#define MN_vminmaxph 0x25f4 +#define MN_vmaxph 0x25fe +#define MN_vpmacsdqh 0x2605 +#define MN_vpmacssdqh 0x260f +#define MN_vfmsub231sh 0x261a +#define MN_vfnmsub231sh 0x2626 +#define MN_vfmadd231sh 0x2633 +#define MN_vfnmadd231sh 0x263f +#define MN_vfmsub132sh 0x264c +#define MN_vfnmsub132sh 0x2658 +#define MN_vfmadd132sh 0x2665 +#define MN_vfnmadd132sh 0x2671 +#define MN_vcvtsd2sh 0x267e +#define MN_vcvtsi2sh 0x2688 +#define MN_vcvtusi2sh 0x2692 +#define MN_vcvtss2sh 0x269d +#define MN_vfmsub213sh 0x26a7 +#define MN_vfnmsub213sh 0x26b3 +#define MN_vfmadd213sh 0x26c0 +#define MN_vfnmadd213sh 0x26cc +#define MN_psmash 0x26d9 +#define MN_vsubsh 0x26e0 +#define MN_vfcmaddcsh 0x26e7 +#define MN_vfmaddcsh 0x26f2 +#define MN_vfcmulcsh 0x26fc +#define MN_vfmulcsh 0x2706 +#define MN_vaddsh 0x270f +#define MN_vcmpunordsh 0x2716 +#define MN_vcmpordsh 0x2722 +#define MN_vreducesh 0x272c +#define MN_vcmpngesh 0x2736 +#define MN_vcmpgesh 0x2740 +#define MN_vrndscalesh 0x2749 +#define MN_vcmpnlesh 0x2755 +#define MN_vcmplesh 0x275f +#define MN_vcmpfalsesh 0x2768 +#define MN_vcmptruesh 0x2774 +#define MN_vscalefsh 0x277f +#define MN_vucomish 0x2789 +#define MN_vcomish 0x2792 +#define MN_vmulsh 0x279a +#define MN_vminsh 0x27a1 +#define MN_vrcpsh 0x27a8 +#define MN_vcmpsh 0x27af +#define MN_vgetexpsh 0x27b6 +#define MN_vcmpunord_qsh 0x27c0 +#define MN_vcmpord_qsh 0x27ce +#define MN_vcmpneqsh 0x27da +#define MN_vcmpeqsh 0x27e4 +#define MN_vcmpge_oqsh 0x27ed +#define MN_vcmple_oqsh 0x27f9 +#define MN_vcmpfalse_oqsh 0x2805 +#define MN_vcmpneq_oqsh 0x2814 +#define MN_vcmpeq_oqsh 0x2821 +#define MN_vcmpgt_oqsh 0x282d +#define MN_vcmplt_oqsh 0x2839 +#define MN_vcmpnge_uqsh 0x2845 +#define MN_vcmpnle_uqsh 0x2852 +#define MN_vcmptrue_uqsh 0x285f +#define MN_vcmpneq_uqsh 0x286d +#define MN_vcmpeq_uqsh 0x287a +#define MN_vcmpngt_uqsh 0x2886 +#define MN_vcmpnlt_uqsh 0x2893 +#define MN_vcmpunord_ssh 0x28a0 +#define MN_vcmpord_ssh 0x28ae +#define MN_vcmpge_ossh 0x28ba +#define MN_vcmple_ossh 0x28c6 +#define MN_vcmpfalse_ossh 0x28d2 +#define MN_vcmpneq_ossh 0x28e1 +#define MN_vcmpeq_ossh 0x28ee +#define MN_vcmpgt_ossh 0x28fa +#define MN_vcmplt_ossh 0x2906 +#define MN_vfpclasssh 0x2912 +#define MN_vcmpnge_ussh 0x291d +#define MN_vcmpnle_ussh 0x292a +#define MN_vcmptrue_ussh 0x2937 +#define MN_vcmpneq_ussh 0x2945 +#define MN_vcmpeq_ussh 0x2952 +#define MN_vcmpngt_ussh 0x295e +#define MN_vcmpnlt_ussh 0x296b +#define MN_vcmpngtsh 0x2978 +#define MN_vcmpgtsh 0x2982 +#define MN_vcmpnltsh 0x298b +#define MN_vcmpltsh 0x2995 +#define MN_vgetmantsh 0x299e +#define MN_vrsqrtsh 0x29a9 +#define MN_vsqrtsh 0x29b2 +#define MN_clflush 0x29ba +#define MN_push 0x29c2 +#define MN_vdivsh 0x29c7 +#define MN_vmovsh 0x29ce +#define MN_vminmaxsh 0x29d5 +#define MN_vmaxsh 0x29df +#define MN_vucomxsh 0x29e6 +#define MN_vcomxsh 0x29ef +#define MN_blci 0x29f7 +#define MN_clgi 0x29fc +#define MN_stgi 0x2a01 +#define MN_bzhi 0x2a06 +#define MN_cli 0x2a0b +#define MN_fcomi 0x2a0f +#define MN_fucomi 0x2a15 +#define MN_feni 0x2a1c +#define MN_fneni 0x2a21 +#define MN_cvttpd2pi 0x2a27 +#define MN_cvtpd2pi 0x2a31 +#define MN_cvttps2pi 0x2a3a +#define MN_cvtps2pi 0x2a44 +#define MN_fldpi 0x2a4d +#define MN_senduipi 0x2a53 +#define MN_fcompi 0x2a5c +#define MN_fucompi 0x2a63 +#define MN_movdiri 0x2a6b #define MN_pcmpestri (MN_vpcmpestri + 1) -#define MN_vpcmpestri 0x2a6b +#define MN_vpcmpestri 0x2a73 #define MN_pcmpistri (MN_vpcmpistri + 1) -#define MN_vpcmpistri 0x2a76 +#define MN_vpcmpistri 0x2a7e #define MN_cvttsd2si (MN_vcvttsd2si + 1) -#define MN_vcvttsd2si 0x2a81 +#define MN_vcvttsd2si 0x2a89 #define MN_cvtsd2si (MN_vcvtsd2si + 1) -#define MN_vcvtsd2si 0x2a8c -#define MN_vcvttsh2si 0x2a96 -#define MN_vcvtsh2si 0x2aa1 +#define MN_vcvtsd2si 0x2a94 +#define MN_vcvttsh2si 0x2a9e +#define MN_vcvtsh2si 0x2aa9 #define MN_cvttss2si (MN_vcvttss2si + 1) -#define MN_vcvttss2si 0x2aab +#define MN_vcvttss2si 0x2ab3 #define MN_cvtss2si (MN_vcvtss2si + 1) -#define MN_vcvtss2si 0x2ab6 -#define MN_fdisi 0x2ac0 -#define MN_fndisi 0x2ac6 -#define MN_blsi 0x2acd -#define MN_vcvttsd2usi 0x2ad2 -#define MN_vcvtsd2usi 0x2ade -#define MN_vcvttsh2usi 0x2ae9 -#define MN_vcvtsh2usi 0x2af5 -#define MN_vcvttss2usi 0x2b00 -#define MN_vcvtss2usi 0x2b0c -#define MN_movnti 0x2b17 -#define MN_sti 0x2b1e -#define MN_clui 0x2b22 +#define MN_vcvtss2si 0x2abe +#define MN_fdisi 0x2ac8 +#define MN_fndisi 0x2ace +#define MN_blsi 0x2ad5 +#define MN_vcvttsd2usi 0x2ada +#define MN_vcvtsd2usi 0x2ae6 +#define MN_vcvttsh2usi 0x2af1 +#define MN_vcvtsh2usi 0x2afd +#define MN_vcvttss2usi 0x2b08 +#define MN_vcvtss2usi 0x2b14 +#define MN_movnti 0x2b1f +#define MN_sti 0x2b26 +#define MN_clui 0x2b2a #define MN_stui (MN_testui + 2) -#define MN_testui 0x2b27 -#define MN_notrack 0x2b2e -#define MN_lock 0x2b36 -#define MN_bndmk 0x2b3b -#define MN_xresldtrk 0x2b41 -#define MN_xsusldtrk 0x2b4b -#define MN_blcmsk 0x2b55 -#define MN_blsmsk 0x2b5c -#define MN_tzmsk 0x2b63 -#define MN_tcvtrowps2bf16l 0x2b69 -#define MN_sal 0x2b79 -#define MN_lwpval 0x2b7d -#define MN_bndcl 0x2b84 -#define MN_rcl 0x2b8a -#define MN_tcvtrowps2phl 0x2b8e -#define MN_shl 0x2b9c -#define MN_jl 0x2ba0 -#define MN_aesdec256kl 0x2ba3 -#define MN_aesenc256kl 0x2baf -#define MN_aesdecwide256kl 0x2bbb -#define MN_aesencwide256kl 0x2bcb -#define MN_aesdec128kl 0x2bdb -#define MN_aesenc128kl 0x2be7 -#define MN_aesdecwide128kl 0x2bf3 -#define MN_aesencwide128kl 0x2c03 +#define MN_testui 0x2b2f +#define MN_notrack 0x2b36 +#define MN_lock 0x2b3e +#define MN_bndmk 0x2b43 +#define MN_xresldtrk 0x2b49 +#define MN_xsusldtrk 0x2b53 +#define MN_blcmsk 0x2b5d +#define MN_blsmsk 0x2b64 +#define MN_tzmsk 0x2b6b +#define MN_tcvtrowps2bf16l 0x2b71 +#define MN_sal 0x2b81 +#define MN_lwpval 0x2b85 +#define MN_bndcl 0x2b8c +#define MN_rcl 0x2b92 +#define MN_tcvtrowps2phl 0x2b96 +#define MN_shl 0x2ba4 +#define MN_jl 0x2ba8 +#define MN_aesdec256kl 0x2bab +#define MN_aesenc256kl 0x2bb7 +#define MN_aesdecwide256kl 0x2bc3 +#define MN_aesencwide256kl 0x2bd3 +#define MN_aesdec128kl 0x2be3 +#define MN_aesenc128kl 0x2bef +#define MN_aesdecwide128kl 0x2bfb +#define MN_aesencwide128kl 0x2c0b #define MN_call (MN_tdcall + 2) -#define MN_tdcall 0x2c13 -#define MN_lcall 0x2c1a -#define MN_seamcall 0x2c20 -#define MN_vmmcall 0x2c29 -#define MN_vmcall 0x2c31 -#define MN_syscall 0x2c38 -#define MN_vzeroall 0x2c40 -#define MN_fildll 0x2c49 -#define MN_blcfill 0x2c50 -#define MN_blsfill 0x2c58 -#define MN_fistpll 0x2c60 -#define MN_fisttpll 0x2c68 -#define MN_jnl 0x2c71 -#define MN_ccmpnl 0x2c75 -#define MN_setnl 0x2c7c -#define MN_ctestnl 0x2c82 -#define MN_setzunl 0x2c8a +#define MN_tdcall 0x2c1b +#define MN_lcall 0x2c22 +#define MN_seamcall 0x2c28 +#define MN_vmmcall 0x2c31 +#define MN_vmcall 0x2c39 +#define MN_syscall 0x2c40 +#define MN_vzeroall 0x2c48 +#define MN_fildll 0x2c51 +#define MN_blcfill 0x2c58 +#define MN_blsfill 0x2c60 +#define MN_fistpll 0x2c68 +#define MN_fisttpll 0x2c70 +#define MN_jnl 0x2c79 +#define MN_ccmpnl 0x2c7d +#define MN_setnl 0x2c84 +#define MN_ctestnl 0x2c8a +#define MN_setzunl 0x2c92 #define MN_cmovnl (MN_cfcmovnl + 2) -#define MN_cfcmovnl 0x2c92 -#define MN_rol 0x2c9b -#define MN_ccmpl 0x2c9f -#define MN_arpl 0x2ca5 -#define MN_vpmacsdql 0x2caa -#define MN_vpmacssdql 0x2cb4 -#define MN_lsl 0x2cbf -#define MN_movsl 0x2cc3 -#define MN_setl 0x2cc9 -#define MN_ctestl 0x2cce -#define MN_cwtl 0x2cd5 +#define MN_cfcmovnl 0x2c9a +#define MN_rol 0x2ca3 +#define MN_ccmpl 0x2ca7 +#define MN_arpl 0x2cad +#define MN_vpmacsdql 0x2cb2 +#define MN_vpmacssdql 0x2cbc +#define MN_lsl 0x2cc7 +#define MN_movsl 0x2ccb +#define MN_setl 0x2cd1 +#define MN_ctestl 0x2cd6 +#define MN_cwtl 0x2cdd #define MN_mul (MN_fmul + 1) #define MN_fmul (MN_pfmul + 1) -#define MN_pfmul 0x2cda +#define MN_pfmul 0x2ce2 #define MN_imul (MN_fimul + 1) -#define MN_fimul 0x2ce0 -#define MN_montmul 0x2ce6 -#define MN_setzul 0x2cee +#define MN_fimul 0x2ce8 +#define MN_montmul 0x2cee +#define MN_setzul 0x2cf6 #define MN_cmovl (MN_cfcmovl + 2) -#define MN_cfcmovl 0x2cf5 -#define MN_vpmovb2m 0x2cfd -#define MN_vpmovd2m 0x2d06 -#define MN_vpmovq2m 0x2d0f -#define MN_vpmovw2m 0x2d18 -#define MN_aam 0x2d21 -#define MN_fxam 0x2d25 -#define MN_fprem 0x2d2a -#define MN_fcom 0x2d30 -#define MN_ficom 0x2d35 -#define MN_fucom 0x2d3b -#define MN_fsetpm 0x2d41 -#define MN_fnsetpm 0x2d48 -#define MN_frstpm 0x2d50 -#define MN_vpperm 0x2d57 +#define MN_cfcmovl 0x2cfd +#define MN_vpmovb2m 0x2d05 +#define MN_vpmovd2m 0x2d0e +#define MN_vpmovq2m 0x2d17 +#define MN_vpmovw2m 0x2d20 +#define MN_aam 0x2d29 +#define MN_fxam 0x2d2d +#define MN_fprem 0x2d32 +#define MN_fcom 0x2d38 +#define MN_ficom 0x2d3d +#define MN_fucom 0x2d43 +#define MN_fsetpm 0x2d49 +#define MN_fnsetpm 0x2d50 +#define MN_frstpm 0x2d58 +#define MN_vpperm 0x2d5f #define MN_pcmpestrm (MN_vpcmpestrm + 1) -#define MN_vpcmpestrm 0x2d5e +#define MN_vpcmpestrm 0x2d66 #define MN_pcmpistrm (MN_vpcmpistrm + 1) -#define MN_vpcmpistrm 0x2d69 -#define MN_rsm 0x2d74 -#define MN_fpatan 0x2d78 -#define MN_fptan 0x2d7f -#define MN_bndcn 0x2d85 +#define MN_vpcmpistrm 0x2d71 +#define MN_rsm 0x2d7c +#define MN_fpatan 0x2d80 +#define MN_fptan 0x2d87 +#define MN_bndcn 0x2d8d #define MN_andn (MN_pandn + 1) #define MN_pandn (MN_vpandn + 1) -#define MN_vpandn 0x2d8b +#define MN_vpandn 0x2d93 #define MN_in (MN_xbegin + 4) -#define MN_xbegin 0x2d92 -#define MN_pfmin 0x2d99 -#define MN_fsin 0x2d9f -#define MN_vmxon 0x2da4 -#define MN_vmrun 0x2daa -#define MN_jo 0x2db0 -#define MN_jno 0x2db3 -#define MN_ccmpno 0x2db7 -#define MN_setno 0x2dbe -#define MN_ctestno 0x2dc4 -#define MN_setzuno 0x2dcc +#define MN_xbegin 0x2d9a +#define MN_pfmin 0x2da1 +#define MN_fsin 0x2da7 +#define MN_vmxon 0x2dac +#define MN_vmrun 0x2db2 +#define MN_jo 0x2db8 +#define MN_jno 0x2dbb +#define MN_ccmpno 0x2dbf +#define MN_setno 0x2dc6 +#define MN_ctestno 0x2dcc +#define MN_setzuno 0x2dd4 #define MN_cmovno (MN_cfcmovno + 2) -#define MN_cfcmovno 0x2dd4 -#define MN_jpo 0x2ddd -#define MN_ccmpo 0x2de1 -#define MN_setpo 0x2de7 -#define MN_setzupo 0x2ded +#define MN_cfcmovno 0x2ddc +#define MN_jpo 0x2de5 +#define MN_ccmpo 0x2de9 +#define MN_setpo 0x2def +#define MN_setzupo 0x2df5 #define MN_cmovpo (MN_cfcmovpo + 2) -#define MN_cfcmovpo 0x2df5 -#define MN_cqo 0x2dfe -#define MN_tilezero 0x2e02 -#define MN_clzero 0x2e0b -#define MN_seto 0x2e12 -#define MN_into 0x2e17 -#define MN_cqto 0x2e1c -#define MN_ctesto 0x2e21 -#define MN_ssto 0x2e28 -#define MN_setzuo 0x2e2d +#define MN_cfcmovpo 0x2dfd +#define MN_cqo 0x2e06 +#define MN_tilezero 0x2e0a +#define MN_clzero 0x2e13 +#define MN_seto 0x2e1a +#define MN_into 0x2e1f +#define MN_cqto 0x2e24 +#define MN_ctesto 0x2e29 +#define MN_ssto 0x2e30 +#define MN_setzuo 0x2e35 #define MN_cmovo (MN_cfcmovo + 2) -#define MN_cfcmovo 0x2e34 -#define MN_push2p 0x2e3c -#define MN_pop2p 0x2e43 -#define MN_bswap 0x2e49 -#define MN_fsubp 0x2e4f -#define MN_pfrcp 0x2e55 -#define MN_rdtscp 0x2e5b -#define MN_faddp 0x2e62 -#define MN_pdep 0x2e68 -#define MN_ffreep 0x2e6d -#define MN_rep 0x2e74 -#define MN_pushp 0x2e78 -#define MN_fcomip 0x2e7e -#define MN_fucomip 0x2e85 -#define MN_jp 0x2e8d -#define MN_fmulp 0x2e90 +#define MN_cfcmovo 0x2e3c +#define MN_push2p 0x2e44 +#define MN_pop2p 0x2e4b +#define MN_bswap 0x2e51 +#define MN_fsubp 0x2e57 +#define MN_pfrcp 0x2e5d +#define MN_rdtscp 0x2e63 +#define MN_faddp 0x2e6a +#define MN_pdep 0x2e70 +#define MN_ffreep 0x2e75 +#define MN_rep 0x2e7c +#define MN_pushp 0x2e80 +#define MN_fcomip 0x2e86 +#define MN_fucomip 0x2e8d +#define MN_jp 0x2e95 +#define MN_fmulp 0x2e98 #define MN_cmp (MN_scmp + 1) -#define MN_scmp 0x2e96 +#define MN_scmp 0x2e9e #define MN_jmp (MN_ljmp + 1) -#define MN_ljmp 0x2e9b -#define MN_fcomp 0x2ea0 -#define MN_ficomp 0x2ea6 -#define MN_fucomp 0x2ead -#define MN_jnp 0x2eb4 -#define MN_setnp 0x2eb8 -#define MN_setzunp 0x2ebe +#define MN_ljmp 0x2ea3 +#define MN_fcomp 0x2ea8 +#define MN_ficomp 0x2eae +#define MN_fucomp 0x2eb5 +#define MN_jnp 0x2ebc +#define MN_setnp 0x2ec0 +#define MN_setzunp 0x2ec6 #define MN_cmovnp (MN_cfcmovnp + 2) -#define MN_cfcmovnp 0x2ec6 +#define MN_cfcmovnp 0x2ece #define MN_nop (MN_fnop + 1) -#define MN_fnop 0x2ecf -#define MN_loop 0x2ed4 -#define MN_pop 0x2ed9 -#define MN_fcompp 0x2edd -#define MN_fucompp 0x2ee4 -#define MN_popp 0x2eec -#define MN_fsubrp 0x2ef1 -#define MN_fdivrp 0x2ef8 -#define MN_rstorssp 0x2eff -#define MN_saveprevssp 0x2f08 -#define MN_setp 0x2f14 -#define MN_fbstp 0x2f19 -#define MN_fdecstp 0x2f1f -#define MN_fincstp 0x2f27 -#define MN_fstp 0x2f2f -#define MN_fistp 0x2f34 -#define MN_fisttp 0x2f3a +#define MN_fnop 0x2ed7 +#define MN_loop 0x2edc +#define MN_pop 0x2ee1 +#define MN_fcompp 0x2ee5 +#define MN_fucompp 0x2eec +#define MN_popp 0x2ef4 +#define MN_fsubrp 0x2ef9 +#define MN_fdivrp 0x2f00 +#define MN_rstorssp 0x2f07 +#define MN_saveprevssp 0x2f10 +#define MN_setp 0x2f1c +#define MN_fbstp 0x2f21 +#define MN_fdecstp 0x2f27 +#define MN_fincstp 0x2f2f +#define MN_fstp 0x2f37 +#define MN_fistp 0x2f3c +#define MN_fisttp 0x2f42 #define MN_movddup (MN_vmovddup + 1) -#define MN_vmovddup 0x2f41 +#define MN_vmovddup 0x2f49 #define MN_movshdup (MN_vmovshdup + 1) -#define MN_vmovshdup 0x2f4a +#define MN_vmovshdup 0x2f52 #define MN_movsldup (MN_vmovsldup + 1) -#define MN_vmovsldup 0x2f54 -#define MN_setzup 0x2f5e -#define MN_fdivp 0x2f65 +#define MN_vmovsldup 0x2f5c +#define MN_setzup 0x2f66 +#define MN_fdivp 0x2f6d #define MN_cmovp (MN_cfcmovp + 2) -#define MN_cfcmovp 0x2f6b -#define MN_vpbroadcastmb2q 0x2f73 -#define MN_vpermi2q 0x2f83 -#define MN_vpmovm2q 0x2f8c -#define MN_movdq2q 0x2f95 -#define MN_vpermt2q 0x2f9d -#define MN_vpshaq 0x2fa6 -#define MN_vpsraq 0x2fad -#define MN_vphaddbq 0x2fb4 -#define MN_vphaddubq 0x2fbd +#define MN_cfcmovp 0x2f73 +#define MN_vpbroadcastmb2q 0x2f7b +#define MN_vpermi2q 0x2f8b +#define MN_vpmovm2q 0x2f94 +#define MN_movdq2q 0x2f9d +#define MN_vpermt2q 0x2fa5 +#define MN_vpshaq 0x2fae +#define MN_vpsraq 0x2fb5 +#define MN_vphaddbq 0x2fbc +#define MN_vphaddubq 0x2fc5 #define MN_psubq (MN_vpsubq + 1) -#define MN_vpsubq 0x2fc7 +#define MN_vpsubq 0x2fcf #define MN_pmovsxbq (MN_vpmovsxbq + 1) -#define MN_vpmovsxbq 0x2fce +#define MN_vpmovsxbq 0x2fd6 #define MN_pmovzxbq (MN_vpmovzxbq + 1) -#define MN_vpmovzxbq 0x2fd8 +#define MN_vpmovzxbq 0x2fe0 #define MN_cvttpd2dq (MN_vcvttpd2dq + 1) -#define MN_vcvttpd2dq 0x2fe2 +#define MN_vcvttpd2dq 0x2fea #define MN_cvtpd2dq (MN_vcvtpd2dq + 1) -#define MN_vcvtpd2dq 0x2fed -#define MN_vcvttph2dq 0x2ff7 -#define MN_vcvtph2dq 0x3002 -#define MN_movq2dq 0x300c +#define MN_vcvtpd2dq 0x2ff5 +#define MN_vcvttph2dq 0x2fff +#define MN_vcvtph2dq 0x300a +#define MN_movq2dq 0x3014 #define MN_cvttps2dq (MN_vcvttps2dq + 1) -#define MN_vcvttps2dq 0x3014 +#define MN_vcvttps2dq 0x301c #define MN_cvtps2dq (MN_vcvtps2dq + 1) -#define MN_vcvtps2dq 0x301f -#define MN_vphsubdq 0x3029 -#define MN_cdq 0x3032 -#define MN_kaddq 0x3036 +#define MN_vcvtps2dq 0x3027 +#define MN_vphsubdq 0x3031 +#define MN_cdq 0x303a +#define MN_kaddq 0x303e #define MN_paddq (MN_vpaddq + 1) -#define MN_vpaddq 0x303c -#define MN_vphadddq 0x3043 +#define MN_vpaddq 0x3044 +#define MN_vphadddq 0x304b #define MN_punpckhdq (MN_vpunpckhdq + 1) -#define MN_vpunpckhdq 0x304c -#define MN_kunpckdq 0x3057 -#define MN_vpshldq 0x3060 +#define MN_vpunpckhdq 0x3054 +#define MN_kunpckdq 0x305f +#define MN_vpshldq 0x3068 #define MN_punpckldq (MN_vpunpckldq + 1) -#define MN_vpunpckldq 0x3068 +#define MN_vpunpckldq 0x3070 #define MN_pslldq (MN_vpslldq + 1) -#define MN_vpslldq 0x3073 +#define MN_vpslldq 0x307b #define MN_psrldq (MN_vpsrldq + 1) -#define MN_vpsrldq 0x307b +#define MN_vpsrldq 0x3083 #define MN_pmuldq (MN_vpmuldq + 1) -#define MN_vpmuldq 0x3083 -#define MN_kandq 0x308b -#define MN_vpandq 0x3091 -#define MN_vpexpandq 0x3098 +#define MN_vpmuldq 0x308b +#define MN_kandq 0x3093 +#define MN_vpandq 0x3099 +#define MN_vpexpandq 0x30a0 #define MN_punpckhqdq (MN_vpunpckhqdq + 1) -#define MN_vpunpckhqdq 0x30a2 +#define MN_vpunpckhqdq 0x30aa #define MN_pclmulhqhqdq (MN_vpclmulhqhqdq + 1) -#define MN_vpclmulhqhqdq 0x30ae +#define MN_vpclmulhqhqdq 0x30b6 #define MN_pclmullqhqdq (MN_vpclmullqhqdq + 1) -#define MN_vpclmullqhqdq 0x30bc +#define MN_vpclmullqhqdq 0x30c4 #define MN_punpcklqdq (MN_vpunpcklqdq + 1) -#define MN_vpunpcklqdq 0x30ca +#define MN_vpunpcklqdq 0x30d2 #define MN_pclmulhqlqdq (MN_vpclmulhqlqdq + 1) -#define MN_vpclmulhqlqdq 0x30d6 +#define MN_vpclmulhqlqdq 0x30de #define MN_pclmullqlqdq (MN_vpclmullqlqdq + 1) -#define MN_vpclmullqlqdq 0x30e4 +#define MN_vpclmullqlqdq 0x30ec #define MN_pclmulqdq (MN_vpclmulqdq + 1) -#define MN_vpclmulqdq 0x30f2 -#define MN_vpgatherdq 0x30fd -#define MN_vpscatterdq 0x3108 -#define MN_vpshrdq 0x3114 +#define MN_vpclmulqdq 0x30fa +#define MN_vpgatherdq 0x3105 +#define MN_vpscatterdq 0x3110 +#define MN_vpshrdq 0x311c #define MN_movntdq (MN_vmovntdq + 1) -#define MN_vmovntdq 0x311c -#define MN_vcvttpd2udq 0x3125 -#define MN_vcvtpd2udq 0x3131 -#define MN_vcvttph2udq 0x313c -#define MN_vcvtph2udq 0x3148 -#define MN_vcvttps2udq 0x3153 -#define MN_vcvtps2udq 0x315f -#define MN_vphaddudq 0x316a +#define MN_vmovntdq 0x3124 +#define MN_vcvttpd2udq 0x312d +#define MN_vcvtpd2udq 0x3139 +#define MN_vcvttph2udq 0x3144 +#define MN_vcvtph2udq 0x3150 +#define MN_vcvttps2udq 0x315b +#define MN_vcvtps2udq 0x3167 +#define MN_vphaddudq 0x3172 #define MN_pmuludq (MN_vpmuludq + 1) -#define MN_vpmuludq 0x3174 +#define MN_vpmuludq 0x317c #define MN_pmovsxdq (MN_vpmovsxdq + 1) -#define MN_vpmovsxdq 0x317d +#define MN_vpmovsxdq 0x3185 #define MN_pmovzxdq (MN_vpmovzxdq + 1) -#define MN_vpmovzxdq 0x3187 -#define MN_vpcomgeq 0x3191 -#define MN_vpcomleq 0x319a -#define MN_vpcmpnleq 0x31a3 -#define MN_vpcmpleq 0x31ad -#define MN_pfcmpeq 0x31b6 -#define MN_vpcomfalseq 0x31be -#define MN_vpcomtrueq 0x31ca -#define MN_vpternlogq 0x31d5 -#define MN_vpshlq 0x31e0 +#define MN_vpmovzxdq 0x318f +#define MN_vpcomgeq 0x3199 +#define MN_vpcomleq 0x31a2 +#define MN_vpcmpnleq 0x31ab +#define MN_vpcmpleq 0x31b5 +#define MN_pfcmpeq 0x31be +#define MN_vpcomfalseq 0x31c6 +#define MN_vpcomtrueq 0x31d2 +#define MN_vpternlogq 0x31dd +#define MN_vpshlq 0x31e8 #define MN_psllq (MN_vpsllq + 1) -#define MN_vpsllq 0x31e7 -#define MN_vpmullq 0x31ee -#define MN_vprolq 0x31f6 +#define MN_vpsllq 0x31ef +#define MN_vpmullq 0x31f6 +#define MN_vprolq 0x31fe #define MN_psrlq (MN_vpsrlq + 1) -#define MN_vpsrlq 0x31fd -#define MN_kshiftlq 0x3204 -#define MN_vpblendmq 0x320d -#define MN_vptestnmq 0x3217 -#define MN_vpcomq 0x3221 -#define MN_vpermq 0x3228 -#define MN_vptestmq 0x322f -#define MN_kandnq 0x3238 -#define MN_vpandnq 0x323f -#define MN_valignq 0x3247 -#define MN_vpcmpq 0x324f -#define MN_incsspq 0x3256 -#define MN_rdsspq 0x325e -#define MN_vcvttpd2qq 0x3265 -#define MN_vcvtpd2qq 0x3270 -#define MN_vcvttph2qq 0x327a -#define MN_vcvtph2qq 0x3285 -#define MN_vcvttps2qq 0x328f -#define MN_vcvtps2qq 0x329a -#define MN_vpcomeqq 0x32a4 -#define MN_vpcomneqq 0x32ad -#define MN_vpcmpneqq 0x32b7 +#define MN_vpsrlq 0x3205 +#define MN_kshiftlq 0x320c +#define MN_vpblendmq 0x3215 +#define MN_vptestnmq 0x321f +#define MN_vpcomq 0x3229 +#define MN_vpermq 0x3230 +#define MN_vptestmq 0x3237 +#define MN_kandnq 0x3240 +#define MN_vpandnq 0x3247 +#define MN_valignq 0x324f +#define MN_vpcmpq 0x3257 +#define MN_incsspq 0x325e +#define MN_rdsspq 0x3266 +#define MN_vcvttpd2qq 0x326d +#define MN_vcvtpd2qq 0x3278 +#define MN_vcvttph2qq 0x3282 +#define MN_vcvtph2qq 0x328d +#define MN_vcvttps2qq 0x3297 +#define MN_vcvtps2qq 0x32a2 +#define MN_vpcomeqq 0x32ac +#define MN_vpcomneqq 0x32b5 +#define MN_vpcmpneqq 0x32bf #define MN_pcmpeqq (MN_vpcmpeqq + 1) -#define MN_vpcmpeqq 0x32c1 -#define MN_vpgatherqq 0x32ca -#define MN_vpscatterqq 0x32d5 -#define MN_vcvttpd2uqq 0x32e1 -#define MN_vcvtpd2uqq 0x32ed -#define MN_vcvttph2uqq 0x32f8 -#define MN_vcvtph2uqq 0x3304 -#define MN_vcvttps2uqq 0x330f -#define MN_vcvtps2uqq 0x331b -#define MN_korq 0x3326 -#define MN_kxnorq 0x332b -#define MN_vporq 0x3332 -#define MN_vprorq 0x3338 -#define MN_kxorq 0x333f -#define MN_vpxorq 0x3345 +#define MN_vpcmpeqq 0x32c9 +#define MN_vpgatherqq 0x32d2 +#define MN_vpscatterqq 0x32dd +#define MN_vcvttpd2uqq 0x32e9 +#define MN_vcvtpd2uqq 0x32f5 +#define MN_vcvttph2uqq 0x3300 +#define MN_vcvtph2uqq 0x330c +#define MN_vcvttps2uqq 0x3317 +#define MN_vcvtps2uqq 0x3323 +#define MN_korq 0x332e +#define MN_kxnorq 0x3333 +#define MN_vporq 0x333a +#define MN_vprorq 0x3340 +#define MN_kxorq 0x3347 +#define MN_vpxorq 0x334d #define MN_pinsrq (MN_vpinsrq + 1) -#define MN_vpinsrq 0x334c -#define MN_kshiftrq 0x3354 +#define MN_vpinsrq 0x3354 +#define MN_kshiftrq 0x335c #define MN_extrq (MN_pextrq + 1) #define MN_pextrq (MN_vpextrq + 1) -#define MN_vpextrq 0x335d -#define MN_vpabsq 0x3365 -#define MN_vpminsq 0x336c -#define MN_vmovrsq 0x3374 -#define MN_vpcompressq 0x337c -#define MN_wrssq 0x3388 -#define MN_wrussq 0x338e -#define MN_vpmaxsq 0x3395 -#define MN_vp2intersectq 0x339d -#define MN_vpconflictq 0x33ab -#define MN_vpcomgtq 0x33b7 +#define MN_vpextrq 0x3365 +#define MN_vpabsq 0x336d +#define MN_vpminsq 0x3374 +#define MN_vmovrsq 0x337c +#define MN_vpcompressq 0x3384 +#define MN_wrssq 0x3390 +#define MN_wrussq 0x3396 +#define MN_vpmaxsq 0x339d +#define MN_vp2intersectq 0x33a5 +#define MN_vpconflictq 0x33b3 +#define MN_vpcomgtq 0x33bf #define MN_pcmpgtq (MN_vpcmpgtq + 1) -#define MN_vpcmpgtq 0x33c0 -#define MN_cltq 0x33c9 -#define MN_vpcomltq 0x33ce -#define MN_vpcmpnltq 0x33d7 -#define MN_vpcmpltq 0x33e1 -#define MN_vpopcntq 0x33ea -#define MN_vplzcntq 0x33f3 -#define MN_movntq 0x33fc -#define MN_knotq 0x3403 -#define MN_vprotq 0x3409 -#define MN_insertq 0x3410 -#define MN_vpbroadcastq 0x3418 -#define MN_ktestq 0x3425 -#define MN_kortestq 0x342c -#define MN_vpcomgeuq 0x3435 -#define MN_vpcomleuq 0x343f -#define MN_vpcmpnleuq 0x3449 -#define MN_vpcmpleuq 0x3454 -#define MN_vpcomfalseuq 0x345e -#define MN_vpcomtrueuq 0x346b -#define MN_vpmadd52huq 0x3477 -#define MN_vpmadd52luq 0x3483 -#define MN_vpcomuq 0x348f -#define MN_vpminuq 0x3497 -#define MN_vpcmpuq 0x349f -#define MN_vpcomequq 0x34a7 -#define MN_vpcomnequq 0x34b1 -#define MN_vpcmpnequq 0x34bc -#define MN_vpcmpequq 0x34c7 -#define MN_vpcomgtuq 0x34d1 -#define MN_vpcomltuq 0x34db -#define MN_vpcmpnltuq 0x34e5 -#define MN_vpcmpltuq 0x34f0 -#define MN_vpmaxuq 0x34fa -#define MN_vpsravq 0x3502 -#define MN_vpshldvq 0x350a -#define MN_vpshrdvq 0x3513 -#define MN_vpsllvq 0x351c -#define MN_vprolvq 0x3524 -#define MN_vpsrlvq 0x352c +#define MN_vpcmpgtq 0x33c8 +#define MN_cltq 0x33d1 +#define MN_vpcomltq 0x33d6 +#define MN_vpcmpnltq 0x33df +#define MN_vpcmpltq 0x33e9 +#define MN_vpopcntq 0x33f2 +#define MN_vplzcntq 0x33fb +#define MN_movntq 0x3404 +#define MN_knotq 0x340b +#define MN_vprotq 0x3411 +#define MN_insertq 0x3418 +#define MN_vpbroadcastq 0x3420 +#define MN_ktestq 0x342d +#define MN_kortestq 0x3434 +#define MN_vpcomgeuq 0x343d +#define MN_vpcomleuq 0x3447 +#define MN_vpcmpnleuq 0x3451 +#define MN_vpcmpleuq 0x345c +#define MN_vpcomfalseuq 0x3466 +#define MN_vpcomtrueuq 0x3473 +#define MN_vpmadd52huq 0x347f +#define MN_vpmadd52luq 0x348b +#define MN_vpcomuq 0x3497 +#define MN_vpminuq 0x349f +#define MN_vpcmpuq 0x34a7 +#define MN_vpcomequq 0x34af +#define MN_vpcomnequq 0x34b9 +#define MN_vpcmpnequq 0x34c4 +#define MN_vpcmpequq 0x34cf +#define MN_vpcomgtuq 0x34d9 +#define MN_vpcomltuq 0x34e3 +#define MN_vpcmpnltuq 0x34ed +#define MN_vpcmpltuq 0x34f8 +#define MN_vpmaxuq 0x3502 +#define MN_vpsravq 0x350a +#define MN_vpshldvq 0x3512 +#define MN_vpshrdvq 0x351b +#define MN_vpsllvq 0x3524 +#define MN_vprolvq 0x352c +#define MN_vpsrlvq 0x3534 #define MN_movq (MN_kmovq + 1) #define MN_kmovq (MN_maskmovq + 3) #define MN_maskmovq (MN_vpmaskmovq + 2) -#define MN_vpmaskmovq 0x3534 -#define MN_vmovq 0x353f -#define MN_vprorvq 0x3545 -#define MN_vphaddwq 0x354d -#define MN_vphadduwq 0x3556 +#define MN_vpmaskmovq 0x353c +#define MN_vmovq 0x3547 +#define MN_vprorvq 0x354d +#define MN_vphaddwq 0x3555 +#define MN_vphadduwq 0x355e #define MN_pmovsxwq (MN_vpmovsxwq + 1) -#define MN_vpmovsxwq 0x3560 +#define MN_vpmovsxwq 0x3568 #define MN_pmovzxwq (MN_vpmovzxwq + 1) -#define MN_vpmovzxwq 0x356a -#define MN_rex_r 0x3574 -#define MN_vmclear 0x357a -#define MN_lar 0x3582 -#define MN_sar 0x3586 +#define MN_vpmovzxwq 0x3572 +#define MN_rex_r 0x357c +#define MN_vmclear 0x3582 +#define MN_lar 0x358a +#define MN_sar 0x358e #define MN_fsubr (MN_pfsubr + 1) -#define MN_pfsubr 0x358a -#define MN_fisubr 0x3591 -#define MN_rcr 0x3598 -#define MN_vzeroupper 0x359c +#define MN_pfsubr 0x3592 +#define MN_fisubr 0x3599 +#define MN_rcr 0x35a0 +#define MN_vzeroupper 0x35a4 #define MN_enter (MN_sysenter + 3) -#define MN_sysenter 0x35a7 -#define MN_shr 0x35b0 -#define MN_clr 0x35b4 +#define MN_sysenter 0x35af +#define MN_shr 0x35b8 +#define MN_clr 0x35bc #define MN_palignr (MN_vpalignr + 1) -#define MN_vpalignr 0x35b8 +#define MN_vpalignr 0x35c0 #define MN_or (MN_aor + 1) -#define MN_aor 0x35c1 +#define MN_aor 0x35c9 #define MN_por (MN_vpor + 1) -#define MN_vpor 0x35c5 -#define MN_ror 0x35ca +#define MN_vpor 0x35cd +#define MN_ror 0x35d2 #define MN_monitor (MN_umonitor + 1) -#define MN_umonitor 0x35ce -#define MN_frstor 0x35d7 +#define MN_umonitor 0x35d6 +#define MN_frstor 0x35df #define MN_xrstor (MN_fxrstor + 1) -#define MN_fxrstor 0x35de +#define MN_fxrstor 0x35e6 #define MN_xor (MN_axor + 1) -#define MN_axor 0x35e6 +#define MN_axor 0x35ee #define MN_pxor (MN_vpxor + 1) -#define MN_vpxor 0x35eb -#define MN_verr 0x35f1 -#define MN_bsr 0x35f6 +#define MN_vpxor 0x35f3 +#define MN_verr 0x35f9 +#define MN_bsr 0x35fe #define MN_ldmxcsr (MN_vldmxcsr + 1) -#define MN_vldmxcsr 0x35fa +#define MN_vldmxcsr 0x3602 #define MN_stmxcsr (MN_vstmxcsr + 1) -#define MN_vstmxcsr 0x3603 -#define MN_blsr 0x360c +#define MN_vstmxcsr 0x360b +#define MN_blsr 0x3614 #define MN_rdmsr (MN_urdmsr + 1) -#define MN_urdmsr 0x3611 +#define MN_urdmsr 0x3619 #define MN_wrmsr (MN_uwrmsr + 1) -#define MN_uwrmsr 0x3618 -#define MN_btr 0x361f -#define MN_xcrypt_ctr 0x3623 -#define MN_xcryptctr 0x362e -#define MN_ltr 0x3638 -#define MN_str 0x363c -#define MN_bextr 0x3640 -#define MN_fdivr 0x3646 -#define MN_fidivr 0x364c -#define MN_rex_wr 0x3653 -#define MN_vcvt2ph2bf8s 0x365a -#define MN_vcvtbiasph2bf8s 0x3667 -#define MN_vcvtph2bf8s 0x3677 -#define MN_vcvt2ph2hf8s 0x3683 -#define MN_vcvtbiasph2hf8s 0x3690 -#define MN_vcvtph2hf8s 0x36a0 -#define MN_aas 0x36ac -#define MN_scas 0x36b0 -#define MN_das 0x36b5 -#define MN_fabs 0x36b9 -#define MN_jmpabs 0x36be -#define MN_movabs 0x36c5 -#define MN_vcvttbf162ibs 0x36cc -#define MN_vcvtbf162ibs 0x36da -#define MN_vcvttph2ibs 0x36e7 -#define MN_vcvtph2ibs 0x36f3 -#define MN_vcvttps2ibs 0x36fe -#define MN_vcvtps2ibs 0x370a -#define MN_vcvttbf162iubs 0x3715 -#define MN_vcvtbf162iubs 0x3724 -#define MN_vcvttph2iubs 0x3732 -#define MN_vcvtph2iubs 0x373f -#define MN_vcvttps2iubs 0x374b -#define MN_vcvtps2iubs 0x3758 +#define MN_uwrmsr 0x3620 +#define MN_btr 0x3627 +#define MN_xcrypt_ctr 0x362b +#define MN_xcryptctr 0x3636 +#define MN_ltr 0x3640 +#define MN_str 0x3644 +#define MN_bextr 0x3648 +#define MN_fdivr 0x364e +#define MN_fidivr 0x3654 +#define MN_rex_wr 0x365b +#define MN_vcvt2ph2bf8s 0x3662 +#define MN_vcvtbiasph2bf8s 0x366f +#define MN_vcvtph2bf8s 0x367f +#define MN_vcvt2ph2hf8s 0x368b +#define MN_vcvtbiasph2hf8s 0x3698 +#define MN_vcvtph2hf8s 0x36a8 +#define MN_aas 0x36b4 +#define MN_scas 0x36b8 +#define MN_das 0x36bd +#define MN_fabs 0x36c1 +#define MN_jmpabs 0x36c6 +#define MN_movabs 0x36cd +#define MN_vcvttbf162ibs 0x36d4 +#define MN_vcvtbf162ibs 0x36e2 +#define MN_vcvttph2ibs 0x36ef +#define MN_vcvtph2ibs 0x36fb +#define MN_vcvttps2ibs 0x3706 +#define MN_vcvtps2ibs 0x3712 +#define MN_vcvttbf162iubs 0x371d +#define MN_vcvtbf162iubs 0x372c +#define MN_vcvttph2iubs 0x373a +#define MN_vcvtph2iubs 0x3747 +#define MN_vcvttps2iubs 0x3753 +#define MN_vcvtps2iubs 0x3760 #define MN_cs (MN_blcs + 2) -#define MN_blcs 0x3764 +#define MN_blcs 0x376c #define MN_ds (MN_lds + 1) -#define MN_lds 0x3769 -#define MN_enqcmds 0x376d -#define MN_lods 0x3775 -#define MN_vpdpbssds 0x377a -#define MN_vp4dpwssds 0x3784 -#define MN_vpdpwssds 0x378f -#define MN_vpdpbusds 0x3799 -#define MN_vpdpwusds 0x37a3 -#define MN_vpdpbsuds 0x37ad -#define MN_vpdpwsuds 0x37b7 -#define MN_vpdpbuuds 0x37c1 -#define MN_vpdpwuuds 0x37cb +#define MN_lds 0x3771 +#define MN_enqcmds 0x3775 +#define MN_lods 0x377d +#define MN_vpdpbssds 0x3782 +#define MN_vp4dpwssds 0x378c +#define MN_vpdpwssds 0x3797 +#define MN_vpdpbusds 0x37a1 +#define MN_vpdpwusds 0x37ab +#define MN_vpdpbsuds 0x37b5 +#define MN_vpdpwsuds 0x37bf +#define MN_vpdpbuuds 0x37c9 +#define MN_vpdpwuuds 0x37d3 #define MN_es (MN_les + 1) -#define MN_les 0x37d5 -#define MN_xsaves 0x37d9 +#define MN_les 0x37dd +#define MN_xsaves 0x37e1 #define MN_fs (MN_lfs + 1) -#define MN_lfs 0x37e0 +#define MN_lfs 0x37e8 #define MN_gs (MN_lkgs + 2) -#define MN_lkgs 0x37e4 -#define MN_lgs 0x37e9 -#define MN_swapgs 0x37ed -#define MN_fchs 0x37f4 -#define MN_vcvttsd2sis 0x37f9 -#define MN_vcvttss2sis 0x3805 -#define MN_vcvttsd2usis 0x3811 -#define MN_vcvttss2usis 0x381e -#define MN_js 0x382b -#define MN_encls 0x382e +#define MN_lkgs 0x37ec +#define MN_lgs 0x37f1 +#define MN_swapgs 0x37f5 +#define MN_fchs 0x37fc +#define MN_vcvttsd2sis 0x3801 +#define MN_vcvttss2sis 0x380d +#define MN_vcvttsd2usis 0x3819 +#define MN_vcvttss2usis 0x3826 +#define MN_js 0x3833 +#define MN_encls 0x3836 #define MN_emms (MN_femms + 1) -#define MN_femms 0x3834 +#define MN_femms 0x383c #define MN_ins (MN_lwpins + 3) -#define MN_lwpins 0x383a -#define MN_jns 0x3841 -#define MN_ccmpns 0x3845 -#define MN_wrmsrns 0x384c -#define MN_setns 0x3854 -#define MN_ctestns 0x385a -#define MN_setzuns 0x3862 +#define MN_lwpins 0x3842 +#define MN_jns 0x3849 +#define MN_ccmpns 0x384d +#define MN_wrmsrns 0x3854 +#define MN_setns 0x385c +#define MN_ctestns 0x3862 +#define MN_setzuns 0x386a #define MN_cmovns (MN_cfcmovns + 2) -#define MN_cfcmovns 0x386a -#define MN_fcos 0x3873 -#define MN_fsincos 0x3878 -#define MN_stos 0x3880 -#define MN_vfmaddsub231ps 0x3885 -#define MN_vfmsub231ps 0x3894 -#define MN_vfnmsub231ps 0x38a0 -#define MN_vfmsubadd231ps 0x38ad -#define MN_vfmadd231ps 0x38bc -#define MN_vfnmadd231ps 0x38c8 -#define MN_vfmaddsub132ps 0x38d5 -#define MN_vfmsub132ps 0x38e4 -#define MN_vfnmsub132ps 0x38f0 -#define MN_vfmsubadd132ps 0x38fd -#define MN_vfmadd132ps 0x390c -#define MN_vfnmadd132ps 0x3918 +#define MN_cfcmovns 0x3872 +#define MN_fcos 0x387b +#define MN_fsincos 0x3880 +#define MN_stos 0x3888 +#define MN_vfmaddsub231ps 0x388d +#define MN_vfmsub231ps 0x389c +#define MN_vfnmsub231ps 0x38a8 +#define MN_vfmsubadd231ps 0x38b5 +#define MN_vfmadd231ps 0x38c4 +#define MN_vfnmadd231ps 0x38d0 +#define MN_vfmaddsub132ps 0x38dd +#define MN_vfmsub132ps 0x38ec +#define MN_vfnmsub132ps 0x38f8 +#define MN_vfmsubadd132ps 0x3905 +#define MN_vfmadd132ps 0x3914 +#define MN_vfnmadd132ps 0x3920 #define MN_tmmultf32ps (MN_ttmmultf32ps + 1) -#define MN_ttmmultf32ps 0x3925 -#define MN_vcvtneebf162ps 0x3932 -#define MN_vbcstnebf162ps 0x3941 -#define MN_vcvtneobf162ps 0x3950 +#define MN_ttmmultf32ps 0x392d +#define MN_vcvtneebf162ps 0x393a +#define MN_vbcstnebf162ps 0x3949 +#define MN_vcvtneobf162ps 0x3958 #define MN_cvtpd2ps (MN_vcvtpd2ps + 1) -#define MN_vcvtpd2ps 0x395f -#define MN_tcvtrowd2ps 0x3969 -#define MN_vcvtneeph2ps 0x3975 -#define MN_vcvtneoph2ps 0x3982 -#define MN_vcvtph2ps 0x398f -#define MN_vbcstnesh2ps 0x3999 -#define MN_vpermi2ps 0x39a6 -#define MN_cvtpi2ps 0x39b0 -#define MN_vpermil2ps 0x39b9 -#define MN_vexp2ps 0x39c4 +#define MN_vcvtpd2ps 0x3967 +#define MN_tcvtrowd2ps 0x3971 +#define MN_vcvtneeph2ps 0x397d +#define MN_vcvtneoph2ps 0x398a +#define MN_vcvtph2ps 0x3997 +#define MN_vbcstnesh2ps 0x39a1 +#define MN_vpermi2ps 0x39ae +#define MN_cvtpi2ps 0x39b8 +#define MN_vpermil2ps 0x39c1 +#define MN_vexp2ps 0x39cc #define MN_cvtdq2ps (MN_vcvtdq2ps + 1) -#define MN_vcvtdq2ps 0x39cc -#define MN_vcvtudq2ps 0x39d6 -#define MN_vcvtqq2ps 0x39e1 -#define MN_vcvtuqq2ps 0x39eb -#define MN_vpermt2ps 0x39f6 -#define MN_vfmaddsub213ps 0x3a00 -#define MN_vfmsub213ps 0x3a0f -#define MN_vfnmsub213ps 0x3a1b -#define MN_vfmsubadd213ps 0x3a28 -#define MN_vfmadd213ps 0x3a37 -#define MN_vfnmadd213ps 0x3a43 -#define MN_vrcp14ps 0x3a50 -#define MN_vrsqrt14ps 0x3a59 +#define MN_vcvtdq2ps 0x39d4 +#define MN_vcvtudq2ps 0x39de +#define MN_vcvtqq2ps 0x39e9 +#define MN_vcvtuqq2ps 0x39f3 +#define MN_vpermt2ps 0x39fe +#define MN_vfmaddsub213ps 0x3a08 +#define MN_vfmsub213ps 0x3a17 +#define MN_vfnmsub213ps 0x3a23 +#define MN_vfmsubadd213ps 0x3a30 +#define MN_vfmadd213ps 0x3a3f +#define MN_vfnmadd213ps 0x3a4b +#define MN_vrcp14ps 0x3a58 +#define MN_vrsqrt14ps 0x3a61 #define MN_tdpbf16ps (MN_ttdpbf16ps + 1) -#define MN_ttdpbf16ps 0x3a64 -#define MN_vdpbf16ps 0x3a6f +#define MN_ttdpbf16ps 0x3a6c +#define MN_vdpbf16ps 0x3a77 #define MN_tcmmrlfp16ps (MN_ttcmmrlfp16ps + 1) -#define MN_ttcmmrlfp16ps 0x3a79 +#define MN_ttcmmrlfp16ps 0x3a81 #define MN_tcmmimfp16ps (MN_tconjtcmmimfp16ps + 5) -#define MN_tconjtcmmimfp16ps 0x3a87 -#define MN_ttcmmimfp16ps 0x3a99 +#define MN_tconjtcmmimfp16ps 0x3a8f +#define MN_ttcmmimfp16ps 0x3aa1 #define MN_tdpfp16ps (MN_ttdpfp16ps + 1) -#define MN_ttdpfp16ps 0x3aa7 -#define MN_vrcp28ps 0x3ab2 -#define MN_vrsqrt28ps 0x3abb -#define MN_tdphbf8ps 0x3ac6 -#define MN_tdpbf8ps 0x3ad0 -#define MN_tdpbhf8ps 0x3ad9 -#define MN_tdphf8ps 0x3ae3 +#define MN_ttdpfp16ps 0x3aaf +#define MN_vrcp28ps 0x3aba +#define MN_vrsqrt28ps 0x3ac3 +#define MN_tdphbf8ps 0x3ace +#define MN_tdpbf8ps 0x3ad8 +#define MN_tdpbhf8ps 0x3ae1 +#define MN_tdphf8ps 0x3aeb #define MN_movaps (MN_vmovaps + 1) -#define MN_vmovaps 0x3aec +#define MN_vmovaps 0x3af4 #define MN_subps (MN_addsubps + 3) #define MN_addsubps (MN_vfmaddsubps + 3) -#define MN_vfmaddsubps 0x3af4 -#define MN_vaddsubps 0x3b00 +#define MN_vfmaddsubps 0x3afc +#define MN_vaddsubps 0x3b08 #define MN_hsubps (MN_vhsubps + 1) -#define MN_vhsubps 0x3b0a -#define MN_vfmsubps 0x3b12 -#define MN_vfnmsubps 0x3b1b -#define MN_vsubps 0x3b25 -#define MN_vgatherpf0dps 0x3b2c -#define MN_vscatterpf0dps 0x3b3a -#define MN_vgatherpf1dps 0x3b49 -#define MN_vscatterpf1dps 0x3b57 +#define MN_vhsubps 0x3b12 +#define MN_vfmsubps 0x3b1a +#define MN_vfnmsubps 0x3b23 +#define MN_vsubps 0x3b2d +#define MN_vgatherpf0dps 0x3b34 +#define MN_vscatterpf0dps 0x3b42 +#define MN_vgatherpf1dps 0x3b51 +#define MN_vscatterpf1dps 0x3b5f #define MN_addps (MN_vfmsubaddps + 6) -#define MN_vfmsubaddps 0x3b66 +#define MN_vfmsubaddps 0x3b6e #define MN_haddps (MN_vhaddps + 1) -#define MN_vhaddps 0x3b72 -#define MN_v4fmaddps 0x3b7a -#define MN_vfmaddps 0x3b84 -#define MN_v4fnmaddps 0x3b8d -#define MN_vfnmaddps 0x3b98 -#define MN_vaddps 0x3ba2 +#define MN_vhaddps 0x3b7a +#define MN_v4fmaddps 0x3b82 +#define MN_vfmaddps 0x3b8c +#define MN_v4fnmaddps 0x3b95 +#define MN_vfnmaddps 0x3ba0 +#define MN_vaddps 0x3baa #define MN_andps (MN_vexpandps + 4) -#define MN_vexpandps 0x3ba9 -#define MN_vandps 0x3bb3 +#define MN_vexpandps 0x3bb1 +#define MN_vandps 0x3bbb #define MN_blendps (MN_vblendps + 1) -#define MN_vblendps 0x3bba +#define MN_vblendps 0x3bc2 #define MN_roundps (MN_vroundps + 1) -#define MN_vroundps 0x3bc3 -#define MN_vgatherdps 0x3bcc -#define MN_vscatterdps 0x3bd7 +#define MN_vroundps 0x3bcb +#define MN_vgatherdps 0x3bd4 +#define MN_vscatterdps 0x3bdf #define MN_cmpunordps (MN_vcmpunordps + 1) -#define MN_vcmpunordps 0x3be3 +#define MN_vcmpunordps 0x3beb #define MN_cmpordps (MN_vcmpordps + 1) -#define MN_vcmpordps 0x3bef -#define MN_vreduceps 0x3bf9 -#define MN_vrangeps 0x3c03 -#define MN_vcmpngeps 0x3c0c -#define MN_vcmpgeps 0x3c16 -#define MN_vrndscaleps 0x3c1f +#define MN_vcmpordps 0x3bf7 +#define MN_vreduceps 0x3c01 +#define MN_vrangeps 0x3c0b +#define MN_vcmpngeps 0x3c14 +#define MN_vcmpgeps 0x3c1e +#define MN_vrndscaleps 0x3c27 #define MN_cmpnleps (MN_vcmpnleps + 1) -#define MN_vcmpnleps 0x3c2b +#define MN_vcmpnleps 0x3c33 #define MN_cmpleps (MN_vcmpleps + 1) -#define MN_vcmpleps 0x3c35 -#define MN_vcmpfalseps 0x3c3e -#define MN_vcmptrueps 0x3c4a -#define MN_vscalefps 0x3c55 +#define MN_vcmpleps 0x3c3d +#define MN_vcmpfalseps 0x3c46 +#define MN_vcmptrueps 0x3c52 +#define MN_vscalefps 0x3c5d #define MN_shufps (MN_vshufps + 1) -#define MN_vshufps 0x3c5f +#define MN_vshufps 0x3c67 #define MN_unpckhps (MN_vunpckhps + 1) -#define MN_vunpckhps 0x3c67 +#define MN_vunpckhps 0x3c6f #define MN_movlhps (MN_vmovlhps + 1) -#define MN_vmovlhps 0x3c71 -#define MN_vdpphps 0x3c7a +#define MN_vmovlhps 0x3c79 +#define MN_vdpphps 0x3c82 #define MN_movhps (MN_vmovhps + 1) -#define MN_vmovhps 0x3c82 +#define MN_vmovhps 0x3c8a #define MN_movmskps (MN_vmovmskps + 1) -#define MN_vmovmskps 0x3c8a +#define MN_vmovmskps 0x3c92 #define MN_movhlps (MN_vmovhlps + 1) -#define MN_vmovhlps 0x3c94 -#define MN_vpermilps 0x3c9d +#define MN_vmovhlps 0x3c9c +#define MN_vpermilps 0x3ca5 #define MN_unpcklps (MN_vunpcklps + 1) -#define MN_vunpcklps 0x3ca7 +#define MN_vunpcklps 0x3caf #define MN_mulps (MN_vmulps + 1) -#define MN_vmulps 0x3cb1 +#define MN_vmulps 0x3cb9 #define MN_movlps (MN_vmovlps + 1) -#define MN_vmovlps 0x3cb8 +#define MN_vmovlps 0x3cc0 #define MN_cmps (MN_ccmps + 1) -#define MN_ccmps 0x3cc0 -#define MN_vblendmps 0x3cc6 -#define MN_vfixupimmps 0x3cd0 -#define MN_vpermps 0x3cdc +#define MN_ccmps 0x3cc8 +#define MN_vblendmps 0x3cce +#define MN_vfixupimmps 0x3cd8 +#define MN_vpermps 0x3ce4 #define MN_andnps (MN_vandnps + 1) -#define MN_vandnps 0x3ce4 +#define MN_vandnps 0x3cec #define MN_minps (MN_vminps + 1) -#define MN_vminps 0x3cec -#define MN_seamops 0x3cf3 +#define MN_vminps 0x3cf4 +#define MN_seamops 0x3cfb #define MN_rcpps (MN_vrcpps + 1) -#define MN_vrcpps 0x3cfb +#define MN_vrcpps 0x3d03 #define MN_dpps (MN_vdpps + 1) -#define MN_vdpps 0x3d02 +#define MN_vdpps 0x3d0a #define MN_cmpps (MN_vcmpps + 1) -#define MN_vcmpps 0x3d08 -#define MN_vgetexpps 0x3d0f -#define MN_vgatherpf0qps 0x3d19 -#define MN_vscatterpf0qps 0x3d27 -#define MN_vgatherpf1qps 0x3d36 -#define MN_vscatterpf1qps 0x3d44 -#define MN_vcmpunord_qps 0x3d53 -#define MN_vcmpord_qps 0x3d61 +#define MN_vcmpps 0x3d10 +#define MN_vgetexpps 0x3d17 +#define MN_vgatherpf0qps 0x3d21 +#define MN_vscatterpf0qps 0x3d2f +#define MN_vgatherpf1qps 0x3d3e +#define MN_vscatterpf1qps 0x3d4c +#define MN_vcmpunord_qps 0x3d5b +#define MN_vcmpord_qps 0x3d69 #define MN_cmpneqps (MN_vcmpneqps + 1) -#define MN_vcmpneqps 0x3d6d +#define MN_vcmpneqps 0x3d75 #define MN_cmpeqps (MN_vcmpeqps + 1) -#define MN_vcmpeqps 0x3d77 -#define MN_vcmpge_oqps 0x3d80 -#define MN_vcmple_oqps 0x3d8c -#define MN_vcmpfalse_oqps 0x3d98 -#define MN_vcmpneq_oqps 0x3da7 -#define MN_vcmpeq_oqps 0x3db4 -#define MN_vcmpgt_oqps 0x3dc0 -#define MN_vcmplt_oqps 0x3dcc -#define MN_vgatherqps 0x3dd8 -#define MN_vscatterqps 0x3de3 -#define MN_vcmpnge_uqps 0x3def -#define MN_vcmpnle_uqps 0x3dfc -#define MN_vcmptrue_uqps 0x3e09 -#define MN_vcmpneq_uqps 0x3e17 -#define MN_vcmpeq_uqps 0x3e24 -#define MN_vcmpngt_uqps 0x3e30 -#define MN_vcmpnlt_uqps 0x3e3d +#define MN_vcmpeqps 0x3d7f +#define MN_vcmpge_oqps 0x3d88 +#define MN_vcmple_oqps 0x3d94 +#define MN_vcmpfalse_oqps 0x3da0 +#define MN_vcmpneq_oqps 0x3daf +#define MN_vcmpeq_oqps 0x3dbc +#define MN_vcmpgt_oqps 0x3dc8 +#define MN_vcmplt_oqps 0x3dd4 +#define MN_vgatherqps 0x3de0 +#define MN_vscatterqps 0x3deb +#define MN_vcmpnge_uqps 0x3df7 +#define MN_vcmpnle_uqps 0x3e04 +#define MN_vcmptrue_uqps 0x3e11 +#define MN_vcmpneq_uqps 0x3e1f +#define MN_vcmpeq_uqps 0x3e2c +#define MN_vcmpngt_uqps 0x3e38 +#define MN_vcmpnlt_uqps 0x3e45 #define MN_orps (MN_vorps + 1) -#define MN_vorps 0x3e4a +#define MN_vorps 0x3e52 #define MN_xorps (MN_vxorps + 1) -#define MN_vxorps 0x3e50 -#define MN_vcmpunord_sps 0x3e57 -#define MN_vcmpord_sps 0x3e65 -#define MN_vcmpge_osps 0x3e71 -#define MN_vcmple_osps 0x3e7d -#define MN_vcmpfalse_osps 0x3e89 -#define MN_vcmpneq_osps 0x3e98 -#define MN_vcmpeq_osps 0x3ea5 -#define MN_vcmpgt_osps 0x3eb1 -#define MN_vcmplt_osps 0x3ebd -#define MN_vfpclassps 0x3ec9 -#define MN_vcompressps 0x3ed4 -#define MN_vcmpnge_usps 0x3ee0 -#define MN_vcmpnle_usps 0x3eed -#define MN_vcmptrue_usps 0x3efa -#define MN_vcmpneq_usps 0x3f08 -#define MN_vcmpeq_usps 0x3f15 -#define MN_vcmpngt_usps 0x3f21 -#define MN_vcmpnlt_usps 0x3f2e +#define MN_vxorps 0x3e58 +#define MN_vcmpunord_sps 0x3e5f +#define MN_vcmpord_sps 0x3e6d +#define MN_vcmpge_osps 0x3e79 +#define MN_vcmple_osps 0x3e85 +#define MN_vcmpfalse_osps 0x3e91 +#define MN_vcmpneq_osps 0x3ea0 +#define MN_vcmpeq_osps 0x3ead +#define MN_vcmpgt_osps 0x3eb9 +#define MN_vcmplt_osps 0x3ec5 +#define MN_vfpclassps 0x3ed1 +#define MN_vcompressps 0x3edc +#define MN_vcmpnge_usps 0x3ee8 +#define MN_vcmpnle_usps 0x3ef5 +#define MN_vcmptrue_usps 0x3f02 +#define MN_vcmpneq_usps 0x3f10 +#define MN_vcmpeq_usps 0x3f1d +#define MN_vcmpngt_usps 0x3f29 +#define MN_vcmpnlt_usps 0x3f36 #define MN_extractps (MN_vextractps + 1) -#define MN_vextractps 0x3f3b -#define MN_vcmpngtps 0x3f46 -#define MN_vcmpgtps 0x3f50 +#define MN_vextractps 0x3f43 +#define MN_vcmpngtps 0x3f4e +#define MN_vcmpgtps 0x3f58 #define MN_cmpnltps (MN_vcmpnltps + 1) -#define MN_vcmpnltps 0x3f59 +#define MN_vcmpnltps 0x3f61 #define MN_cmpltps (MN_vcmpltps + 1) -#define MN_vcmpltps 0x3f63 -#define MN_vgetmantps 0x3f6c +#define MN_vcmpltps 0x3f6b +#define MN_vgetmantps 0x3f74 #define MN_movntps (MN_vmovntps + 1) -#define MN_vmovntps 0x3f77 +#define MN_vmovntps 0x3f7f #define MN_insertps (MN_vinsertps + 1) -#define MN_vinsertps 0x3f80 +#define MN_vinsertps 0x3f88 #define MN_sqrtps (MN_rsqrtps + 1) #define MN_rsqrtps (MN_vrsqrtps + 1) -#define MN_vrsqrtps 0x3f8a -#define MN_vsqrtps 0x3f93 -#define MN_vtestps 0x3f9b +#define MN_vrsqrtps 0x3f92 +#define MN_vsqrtps 0x3f9b +#define MN_vtestps 0x3fa3 #define MN_movups (MN_vmovups + 1) -#define MN_vmovups 0x3fa3 +#define MN_vmovups 0x3fab #define MN_blendvps (MN_vblendvps + 1) -#define MN_vblendvps 0x3fab +#define MN_vblendvps 0x3fb3 #define MN_divps (MN_vdivps + 1) -#define MN_vdivps 0x3fb5 -#define MN_vmaskmovps 0x3fbc +#define MN_vdivps 0x3fbd +#define MN_vmaskmovps 0x3fc4 #define MN_maxps (MN_vminmaxps + 4) -#define MN_vminmaxps 0x3fc7 -#define MN_vmaxps 0x3fd1 -#define MN_vfrczps 0x3fd8 -#define MN_vcvttpd2dqs 0x3fe0 -#define MN_vcvttps2dqs 0x3fec -#define MN_vcvttpd2udqs 0x3ff8 -#define MN_vcvttps2udqs 0x4005 -#define MN_vcvttpd2qqs 0x4012 -#define MN_vcvttps2qqs 0x401e -#define MN_vcvttpd2uqqs 0x402a -#define MN_vcvttps2uqqs 0x4037 -#define MN_t2rpntlvwz0rs 0x4044 -#define MN_t2rpntlvwz1rs 0x4052 -#define MN_tileloaddrs 0x4060 -#define MN_xrstors 0x406c -#define MN_movrs 0x4074 +#define MN_vminmaxps 0x3fcf +#define MN_vmaxps 0x3fd9 +#define MN_vfrczps 0x3fe0 +#define MN_vcvttpd2dqs 0x3fe8 +#define MN_vcvttps2dqs 0x3ff4 +#define MN_vcvttpd2udqs 0x4000 +#define MN_vcvttps2udqs 0x400d +#define MN_vcvttpd2qqs 0x401a +#define MN_vcvttps2qqs 0x4026 +#define MN_vcvttpd2uqqs 0x4032 +#define MN_vcvttps2uqqs 0x403f +#define MN_t2rpntlvwz0rs 0x404c +#define MN_t2rpntlvwz1rs 0x405a +#define MN_tileloaddrs 0x4068 +#define MN_xrstors 0x4074 +#define MN_movrs 0x407c #define MN_ss (MN_vfmsub231ss + 9) -#define MN_vfmsub231ss 0x407a -#define MN_vfnmsub231ss 0x4086 -#define MN_vfmadd231ss 0x4093 -#define MN_vfnmadd231ss 0x409f -#define MN_vfmsub132ss 0x40ac -#define MN_vfnmsub132ss 0x40b8 -#define MN_vfmadd132ss 0x40c5 -#define MN_vfnmadd132ss 0x40d1 +#define MN_vfmsub231ss 0x4082 +#define MN_vfnmsub231ss 0x408e +#define MN_vfmadd231ss 0x409b +#define MN_vfnmadd231ss 0x40a7 +#define MN_vfmsub132ss 0x40b4 +#define MN_vfnmsub132ss 0x40c0 +#define MN_vfmadd132ss 0x40cd +#define MN_vfnmadd132ss 0x40d9 #define MN_cvtsd2ss (MN_vcvtsd2ss + 1) -#define MN_vcvtsd2ss 0x40de -#define MN_vcvtsh2ss 0x40e8 +#define MN_vcvtsd2ss 0x40e6 +#define MN_vcvtsh2ss 0x40f0 #define MN_cvtsi2ss (MN_vcvtsi2ss + 1) -#define MN_vcvtsi2ss 0x40f2 -#define MN_vcvtusi2ss 0x40fc -#define MN_vfmsub213ss 0x4107 -#define MN_vfnmsub213ss 0x4113 -#define MN_vfmadd213ss 0x4120 -#define MN_vfnmadd213ss 0x412c -#define MN_vrcp14ss 0x4139 -#define MN_vrsqrt14ss 0x4142 -#define MN_vrcp28ss 0x414d -#define MN_vrsqrt28ss 0x4156 +#define MN_vcvtsi2ss 0x40fa +#define MN_vcvtusi2ss 0x4104 +#define MN_vfmsub213ss 0x410f +#define MN_vfnmsub213ss 0x411b +#define MN_vfmadd213ss 0x4128 +#define MN_vfnmadd213ss 0x4134 +#define MN_vrcp14ss 0x4141 +#define MN_vrsqrt14ss 0x414a +#define MN_vrcp28ss 0x4155 +#define MN_vrsqrt28ss 0x415e #define MN_subss (MN_vfmsubss + 3) -#define MN_vfmsubss 0x4161 -#define MN_vfnmsubss 0x416a -#define MN_vsubss 0x4174 +#define MN_vfmsubss 0x4169 +#define MN_vfnmsubss 0x4172 +#define MN_vsubss 0x417c #define MN_addss (MN_v4fmaddss + 4) -#define MN_v4fmaddss 0x417b -#define MN_vfmaddss 0x4185 -#define MN_v4fnmaddss 0x418e -#define MN_vfnmaddss 0x4199 -#define MN_vaddss 0x41a3 +#define MN_v4fmaddss 0x4183 +#define MN_vfmaddss 0x418d +#define MN_v4fnmaddss 0x4196 +#define MN_vfnmaddss 0x41a1 +#define MN_vaddss 0x41ab #define MN_roundss (MN_vroundss + 1) -#define MN_vroundss 0x41aa +#define MN_vroundss 0x41b2 #define MN_cmpunordss (MN_vcmpunordss + 1) -#define MN_vcmpunordss 0x41b3 +#define MN_vcmpunordss 0x41bb #define MN_cmpordss (MN_vcmpordss + 1) -#define MN_vcmpordss 0x41bf -#define MN_vreducess 0x41c9 -#define MN_vrangess 0x41d3 -#define MN_vcmpngess 0x41dc -#define MN_vcmpgess 0x41e6 -#define MN_vrndscaless 0x41ef +#define MN_vcmpordss 0x41c7 +#define MN_vreducess 0x41d1 +#define MN_vrangess 0x41db +#define MN_vcmpngess 0x41e4 +#define MN_vcmpgess 0x41ee +#define MN_vrndscaless 0x41f7 #define MN_cmpnless (MN_vcmpnless + 1) -#define MN_vcmpnless 0x41fb +#define MN_vcmpnless 0x4203 #define MN_cmpless (MN_vcmpless + 1) -#define MN_vcmpless 0x4205 -#define MN_vcmpfalsess 0x420e -#define MN_vcmptruess 0x421a -#define MN_vscalefss 0x4225 +#define MN_vcmpless 0x420d +#define MN_vcmpfalsess 0x4216 +#define MN_vcmptruess 0x4222 +#define MN_vscalefss 0x422d #define MN_comiss (MN_ucomiss + 1) #define MN_ucomiss (MN_vucomiss + 1) -#define MN_vucomiss 0x422f -#define MN_vcomiss 0x4238 +#define MN_vucomiss 0x4237 +#define MN_vcomiss 0x4240 #define MN_lss (MN_mulss + 2) #define MN_mulss (MN_vmulss + 1) -#define MN_vmulss 0x4240 -#define MN_vfixupimmss 0x4247 +#define MN_vmulss 0x4248 +#define MN_vfixupimmss 0x424f #define MN_minss (MN_vminss + 1) -#define MN_vminss 0x4253 +#define MN_vminss 0x425b #define MN_rcpss (MN_vrcpss + 1) -#define MN_vrcpss 0x425a +#define MN_vrcpss 0x4262 #define MN_cmpss (MN_vcmpss + 1) -#define MN_vcmpss 0x4261 -#define MN_vgetexpss 0x4268 -#define MN_vcmpunord_qss 0x4272 -#define MN_vcmpord_qss 0x4280 +#define MN_vcmpss 0x4269 +#define MN_vgetexpss 0x4270 +#define MN_vcmpunord_qss 0x427a +#define MN_vcmpord_qss 0x4288 #define MN_cmpneqss (MN_vcmpneqss + 1) -#define MN_vcmpneqss 0x428c +#define MN_vcmpneqss 0x4294 #define MN_cmpeqss (MN_vcmpeqss + 1) -#define MN_vcmpeqss 0x4296 -#define MN_vcmpge_oqss 0x429f -#define MN_vcmple_oqss 0x42ab -#define MN_vcmpfalse_oqss 0x42b7 -#define MN_vcmpneq_oqss 0x42c6 -#define MN_vcmpeq_oqss 0x42d3 -#define MN_vcmpgt_oqss 0x42df -#define MN_vcmplt_oqss 0x42eb -#define MN_vcmpnge_uqss 0x42f7 -#define MN_vcmpnle_uqss 0x4304 -#define MN_vcmptrue_uqss 0x4311 -#define MN_vcmpneq_uqss 0x431f -#define MN_vcmpeq_uqss 0x432c -#define MN_vcmpngt_uqss 0x4338 -#define MN_vcmpnlt_uqss 0x4345 -#define MN_vcmpunord_sss 0x4352 -#define MN_vcmpord_sss 0x4360 -#define MN_vcmpge_osss 0x436c -#define MN_vcmple_osss 0x4378 -#define MN_vcmpfalse_osss 0x4384 -#define MN_vcmpneq_osss 0x4393 -#define MN_vcmpeq_osss 0x43a0 -#define MN_vcmpgt_osss 0x43ac -#define MN_vcmplt_osss 0x43b8 -#define MN_vfpclassss 0x43c4 -#define MN_vcmpnge_usss 0x43cf -#define MN_vcmpnle_usss 0x43dc -#define MN_vcmptrue_usss 0x43e9 -#define MN_vcmpneq_usss 0x43f7 -#define MN_vcmpeq_usss 0x4404 -#define MN_vcmpngt_usss 0x4410 -#define MN_vcmpnlt_usss 0x441d -#define MN_vcmpngtss 0x442a -#define MN_vcmpgtss 0x4434 +#define MN_vcmpeqss 0x429e +#define MN_vcmpge_oqss 0x42a7 +#define MN_vcmple_oqss 0x42b3 +#define MN_vcmpfalse_oqss 0x42bf +#define MN_vcmpneq_oqss 0x42ce +#define MN_vcmpeq_oqss 0x42db +#define MN_vcmpgt_oqss 0x42e7 +#define MN_vcmplt_oqss 0x42f3 +#define MN_vcmpnge_uqss 0x42ff +#define MN_vcmpnle_uqss 0x430c +#define MN_vcmptrue_uqss 0x4319 +#define MN_vcmpneq_uqss 0x4327 +#define MN_vcmpeq_uqss 0x4334 +#define MN_vcmpngt_uqss 0x4340 +#define MN_vcmpnlt_uqss 0x434d +#define MN_vcmpunord_sss 0x435a +#define MN_vcmpord_sss 0x4368 +#define MN_vcmpge_osss 0x4374 +#define MN_vcmple_osss 0x4380 +#define MN_vcmpfalse_osss 0x438c +#define MN_vcmpneq_osss 0x439b +#define MN_vcmpeq_osss 0x43a8 +#define MN_vcmpgt_osss 0x43b4 +#define MN_vcmplt_osss 0x43c0 +#define MN_vfpclassss 0x43cc +#define MN_vcmpnge_usss 0x43d7 +#define MN_vcmpnle_usss 0x43e4 +#define MN_vcmptrue_usss 0x43f1 +#define MN_vcmpneq_usss 0x43ff +#define MN_vcmpeq_usss 0x440c +#define MN_vcmpngt_usss 0x4418 +#define MN_vcmpnlt_usss 0x4425 +#define MN_vcmpngtss 0x4432 +#define MN_vcmpgtss 0x443c #define MN_cmpnltss (MN_vcmpnltss + 1) -#define MN_vcmpnltss 0x443d +#define MN_vcmpnltss 0x4445 #define MN_cmpltss (MN_vcmpltss + 1) -#define MN_vcmpltss 0x4447 -#define MN_vgetmantss 0x4450 -#define MN_movntss 0x445b +#define MN_vcmpltss 0x444f +#define MN_vgetmantss 0x4458 +#define MN_movntss 0x4463 #define MN_sqrtss (MN_rsqrtss + 1) #define MN_rsqrtss (MN_vrsqrtss + 1) -#define MN_vrsqrtss 0x4463 -#define MN_vsqrtss 0x446c -#define MN_vbroadcastss 0x4474 +#define MN_vrsqrtss 0x446b +#define MN_vsqrtss 0x4474 +#define MN_vbroadcastss 0x447c #define MN_divss (MN_vdivss + 1) -#define MN_vdivss 0x4481 +#define MN_vdivss 0x4489 #define MN_movss (MN_vmovss + 1) -#define MN_vmovss 0x4488 +#define MN_vmovss 0x4490 #define MN_maxss (MN_vminmaxss + 4) -#define MN_vminmaxss 0x448f -#define MN_vmaxss 0x4499 -#define MN_vucomxss 0x44a0 -#define MN_vcomxss 0x44a9 -#define MN_vfrczss 0x44b1 -#define MN_bts 0x44b9 -#define MN_erets 0x44bd -#define MN_sets 0x44c3 -#define MN_clts 0x44c8 -#define MN_ctests 0x44cd -#define MN_outs 0x44d4 -#define MN_setzus 0x44d9 +#define MN_vminmaxss 0x4497 +#define MN_vmaxss 0x44a1 +#define MN_vucomxss 0x44a8 +#define MN_vcomxss 0x44b1 +#define MN_vfrczss 0x44b9 +#define MN_bts 0x44c1 +#define MN_erets 0x44c5 +#define MN_sets 0x44cb +#define MN_clts 0x44d0 +#define MN_ctests 0x44d5 +#define MN_outs 0x44dc +#define MN_setzus 0x44e1 #define MN_movs (MN_cmovs + 1) #define MN_cmovs (MN_cfcmovs + 2) -#define MN_cfcmovs 0x44e0 -#define MN_fldl2t 0x44e8 -#define MN_xlat 0x44ef -#define MN_bt 0x44f4 -#define MN_fxtract 0x44f7 -#define MN_lgdt 0x44ff -#define MN_sgdt 0x4504 -#define MN_lidt 0x4509 -#define MN_sidt 0x450e -#define MN_fldt 0x4513 -#define MN_lldt 0x4518 -#define MN_sldt 0x451d +#define MN_cfcmovs 0x44e8 +#define MN_fldl2t 0x44f0 +#define MN_xlat 0x44f7 +#define MN_bt 0x44fc +#define MN_fxtract 0x44ff +#define MN_lgdt 0x4507 +#define MN_sgdt 0x450c +#define MN_lidt 0x4511 +#define MN_sidt 0x4516 +#define MN_fldt 0x451b +#define MN_lldt 0x4520 +#define MN_sldt 0x4525 #define MN_ret (MN_iret + 1) #define MN_iret (MN_uiret + 1) -#define MN_uiret 0x4522 -#define MN_lret 0x4528 -#define MN_seamret 0x452d -#define MN_sysret 0x4535 -#define MN_hreset 0x453c -#define MN_pfcmpgt 0x4543 -#define MN_ht 0x454b +#define MN_uiret 0x452a +#define MN_lret 0x4530 +#define MN_seamret 0x4535 +#define MN_sysret 0x453d +#define MN_hreset 0x4544 +#define MN_pfcmpgt 0x454b +#define MN_ht 0x4553 #define MN_wait (MN_fwait + 1) -#define MN_fwait 0x454e +#define MN_fwait 0x4556 #define MN_mwait (MN_umwait + 1) -#define MN_umwait 0x4554 -#define MN_mcommit 0x455b -#define MN_finit 0x4563 -#define MN_skinit 0x4569 -#define MN_fninit 0x4570 -#define MN_vmgexit 0x4577 -#define MN_sysexit 0x457f -#define MN_hlt 0x4587 -#define MN_popcnt 0x458b -#define MN_lzcnt 0x4592 -#define MN_tzcnt 0x4598 -#define MN_hnt 0x459e +#define MN_umwait 0x455c +#define MN_mcommit 0x4563 +#define MN_finit 0x456b +#define MN_skinit 0x4571 +#define MN_fninit 0x4578 +#define MN_vmgexit 0x457f +#define MN_sysexit 0x4587 +#define MN_hlt 0x458f +#define MN_popcnt 0x4593 +#define MN_lzcnt 0x459a +#define MN_tzcnt 0x45a0 +#define MN_hnt 0x45a6 #define MN_int (MN_frndint + 4) -#define MN_frndint 0x45a2 -#define MN_not 0x45aa -#define MN_invept 0x45ae -#define MN_ccmpt 0x45b5 -#define MN_xsaveopt 0x45bb -#define MN_clflushopt 0x45c4 -#define MN_fstpt 0x45cf -#define MN_xabort 0x45d5 -#define MN_fsqrt 0x45dc -#define MN_pfrsqrt 0x45e2 +#define MN_frndint 0x45aa +#define MN_not 0x45b2 +#define MN_invept 0x45b6 +#define MN_ccmpt 0x45bd +#define MN_xsaveopt 0x45c3 +#define MN_clflushopt 0x45cc +#define MN_fstpt 0x45d7 +#define MN_xabort 0x45dd +#define MN_fsqrt 0x45e4 +#define MN_pfrsqrt 0x45ea #define MN_aesdeclast (MN_vaesdeclast + 1) -#define MN_vaesdeclast 0x45ea +#define MN_vaesdeclast 0x45f2 #define MN_aesenclast (MN_vaesenclast + 1) -#define MN_vaesenclast 0x45f6 +#define MN_vaesenclast 0x45fe #define MN_test (MN_ptest + 1) #define MN_ptest (MN_vptest + 1) -#define MN_vptest 0x4602 -#define MN_xtest 0x4609 -#define MN_fst 0x460f -#define MN_fist 0x4613 -#define MN_rdmsrlist 0x4618 -#define MN_wrmsrlist 0x4622 +#define MN_vptest 0x460a +#define MN_xtest 0x4611 +#define MN_fst 0x4617 +#define MN_fist 0x461b +#define MN_rdmsrlist 0x4620 +#define MN_wrmsrlist 0x462a #define MN_aeskeygenassist (MN_vaeskeygenassist + 1) -#define MN_vaeskeygenassist 0x462c -#define MN_vmptrst 0x463d -#define MN_ftst 0x4645 -#define MN_rmpadjust 0x464a -#define MN_ctestt 0x4654 -#define MN_out 0x465b -#define MN_pext 0x465f -#define MN_bndcu 0x4664 -#define MN_enclu 0x466a -#define MN_fcmovnu 0x4670 +#define MN_vaeskeygenassist 0x4634 +#define MN_vmptrst 0x4645 +#define MN_ftst 0x464d +#define MN_rmpadjust 0x4652 +#define MN_ctestt 0x465c +#define MN_out 0x4663 +#define MN_pext 0x4667 +#define MN_bndcu 0x466c +#define MN_enclu 0x4672 +#define MN_fcmovnu 0x4678 #define MN_lddqu (MN_vlddqu + 1) -#define MN_vlddqu 0x4678 +#define MN_vlddqu 0x4680 #define MN_movdqu (MN_maskmovdqu + 4) #define MN_maskmovdqu (MN_vmaskmovdqu + 1) -#define MN_vmaskmovdqu 0x467f -#define MN_vmovdqu 0x468b -#define MN_rdpkru 0x4693 -#define MN_wrpkru 0x469a -#define MN_rdpru 0x46a1 -#define MN_eretu 0x46a7 -#define MN_fcmovu 0x46ad -#define MN_imulzu 0x46b4 -#define MN_xgetbv 0x46bb -#define MN_xsetbv 0x46c2 +#define MN_vmaskmovdqu 0x4687 +#define MN_vmovdqu 0x4693 +#define MN_rdpkru 0x469b +#define MN_wrpkru 0x46a2 +#define MN_rdpru 0x46a9 +#define MN_eretu 0x46af +#define MN_fcmovu 0x46b5 +#define MN_imulzu 0x46bc +#define MN_xgetbv 0x46c3 +#define MN_xsetbv 0x46ca #define MN_div (MN_fdiv + 1) -#define MN_fdiv 0x46c9 +#define MN_fdiv 0x46d1 #define MN_idiv (MN_fidiv + 1) -#define MN_fidiv 0x46ce -#define MN_enclv 0x46d4 -#define MN_fldenv 0x46da -#define MN_fstenv 0x46e1 -#define MN_fnstenv 0x46e8 +#define MN_fidiv 0x46d6 +#define MN_enclv 0x46dc +#define MN_fldenv 0x46e2 +#define MN_fstenv 0x46e9 +#define MN_fnstenv 0x46f0 #define MN_mov (MN_vpcmov + 3) -#define MN_vpcmov 0x46f0 -#define MN_bndmov 0x46f7 -#define MN_smov 0x46fe -#define MN_rex_w 0x4703 -#define MN_vcvttph2w 0x4709 -#define MN_vcvtph2w 0x4713 -#define MN_vpermi2w 0x471c -#define MN_vpmovm2w 0x4725 -#define MN_vpermt2w 0x472e -#define MN_vpshaw 0x4737 +#define MN_vpcmov 0x46f8 +#define MN_bndmov 0x46ff +#define MN_smov 0x4706 +#define MN_rex_w 0x470b +#define MN_vcvttph2w 0x4711 +#define MN_vcvtph2w 0x471b +#define MN_vpermi2w 0x4724 +#define MN_vpmovm2w 0x472d +#define MN_vpermt2w 0x4736 +#define MN_vpshaw 0x473f #define MN_psraw (MN_vpsraw + 1) -#define MN_vpsraw 0x473e -#define MN_vphsubbw 0x4745 -#define MN_cbw 0x474e +#define MN_vpsraw 0x4746 +#define MN_vphsubbw 0x474d +#define MN_cbw 0x4756 #define MN_psadbw (MN_vdbpsadbw + 3) -#define MN_vdbpsadbw 0x4752 +#define MN_vdbpsadbw 0x475a #define MN_mpsadbw (MN_vmpsadbw + 1) -#define MN_vmpsadbw 0x475c -#define MN_vpsadbw 0x4765 -#define MN_vphaddbw 0x476d +#define MN_vmpsadbw 0x4764 +#define MN_vpsadbw 0x476d +#define MN_vphaddbw 0x4775 #define MN_punpckhbw (MN_vpunpckhbw + 1) -#define MN_vpunpckhbw 0x4776 -#define MN_kunpckbw 0x4781 +#define MN_vpunpckhbw 0x477e +#define MN_kunpckbw 0x4789 #define MN_punpcklbw (MN_vpunpcklbw + 1) -#define MN_vpunpcklbw 0x478a -#define MN_vphaddubw 0x4795 +#define MN_vpunpcklbw 0x4792 +#define MN_vphaddubw 0x479d #define MN_phsubw (MN_vphsubw + 1) -#define MN_vphsubw 0x479f +#define MN_vphsubw 0x47a7 #define MN_psubw (MN_vpsubw + 1) -#define MN_vpsubw 0x47a7 +#define MN_vpsubw 0x47af #define MN_pmovsxbw (MN_vpmovsxbw + 1) -#define MN_vpmovsxbw 0x47ae +#define MN_vpmovsxbw 0x47b6 #define MN_pmovzxbw (MN_vpmovzxbw + 1) -#define MN_vpmovzxbw 0x47b8 -#define MN_fldcw 0x47c2 -#define MN_fstcw 0x47c8 -#define MN_fnstcw 0x47ce +#define MN_vpmovzxbw 0x47c0 +#define MN_fldcw 0x47ca +#define MN_fstcw 0x47d0 +#define MN_fnstcw 0x47d6 #define MN_phaddw (MN_vphaddw + 1) -#define MN_vphaddw 0x47d5 -#define MN_kaddw 0x47dd +#define MN_vphaddw 0x47dd +#define MN_kaddw 0x47e5 #define MN_paddw (MN_vpaddw + 1) -#define MN_vpaddw 0x47e3 -#define MN_vpshldw 0x47ea -#define MN_kandw 0x47f2 -#define MN_vpexpandw 0x47f8 +#define MN_vpaddw 0x47eb +#define MN_vpshldw 0x47f2 +#define MN_kandw 0x47fa +#define MN_vpexpandw 0x4800 #define MN_pblendw (MN_vpblendw + 1) -#define MN_vpblendw 0x4802 -#define MN_vpshrdw 0x480b +#define MN_vpblendw 0x480a +#define MN_vpshrdw 0x4813 #define MN_packssdw (MN_vpackssdw + 1) -#define MN_vpackssdw 0x4813 +#define MN_vpackssdw 0x481b #define MN_packusdw (MN_vpackusdw + 1) -#define MN_vpackusdw 0x481d -#define MN_vpmovusdw 0x4827 -#define MN_vpmovsdw 0x4831 -#define MN_vpmovdw 0x483a -#define MN_vpcomgew 0x4842 -#define MN_vpcomlew 0x484b -#define MN_vpcmpnlew 0x4854 -#define MN_vpcmplew 0x485e -#define MN_vpcomfalsew 0x4867 -#define MN_vpcomtruew 0x4873 -#define MN_pi2fw 0x487e -#define MN_pshufw 0x4884 +#define MN_vpackusdw 0x4825 +#define MN_vpmovusdw 0x482f +#define MN_vpmovsdw 0x4839 +#define MN_vpmovdw 0x4842 +#define MN_vpcomgew 0x484a +#define MN_vpcomlew 0x4853 +#define MN_vpcmpnlew 0x485c +#define MN_vpcmplew 0x4866 +#define MN_vpcomfalsew 0x486f +#define MN_vpcomtruew 0x487b +#define MN_pi2fw 0x4886 +#define MN_pshufw 0x488c #define MN_pavgw (MN_vpavgw + 1) -#define MN_vpavgw 0x488b -#define MN_prefetchw 0x4892 +#define MN_vpavgw 0x4893 +#define MN_prefetchw 0x489a #define MN_pshufhw (MN_vpshufhw + 1) -#define MN_vpshufhw 0x489c +#define MN_vpshufhw 0x48a4 #define MN_pmulhw (MN_vpmulhw + 1) -#define MN_vpmulhw 0x48a5 -#define MN_pf2iw 0x48ad +#define MN_vpmulhw 0x48ad +#define MN_pf2iw 0x48b5 #define MN_pshuflw (MN_vpshuflw + 1) -#define MN_vpshuflw 0x48b3 -#define MN_vpshlw 0x48bc +#define MN_vpshuflw 0x48bb +#define MN_vpshlw 0x48c4 #define MN_psllw (MN_vpsllw + 1) -#define MN_vpsllw 0x48c3 +#define MN_vpsllw 0x48cb #define MN_pmullw (MN_vpmullw + 1) -#define MN_vpmullw 0x48ca +#define MN_vpmullw 0x48d2 #define MN_psrlw (MN_vpsrlw + 1) -#define MN_vpsrlw 0x48d2 -#define MN_kshiftlw 0x48d9 -#define MN_vpblendmw 0x48e2 -#define MN_vptestnmw 0x48ec -#define MN_vpcomw 0x48f6 -#define MN_vpermw 0x48fd -#define MN_vptestmw 0x4904 -#define MN_kandnw 0x490d +#define MN_vpsrlw 0x48da +#define MN_kshiftlw 0x48e1 +#define MN_vpblendmw 0x48ea +#define MN_vptestnmw 0x48f4 +#define MN_vpcomw 0x48fe +#define MN_vpermw 0x4905 +#define MN_vptestmw 0x490c +#define MN_kandnw 0x4915 #define MN_psignw (MN_vpsignw + 1) -#define MN_vpsignw 0x4914 -#define MN_tilemovrow 0x491c -#define MN_vpcmpw 0x4927 -#define MN_vpcomeqw 0x492e -#define MN_vpcomneqw 0x4937 -#define MN_vpcmpneqw 0x4941 +#define MN_vpsignw 0x491c +#define MN_tilemovrow 0x4924 +#define MN_vpcmpw 0x492f +#define MN_vpcomeqw 0x4936 +#define MN_vpcomneqw 0x493f +#define MN_vpcmpneqw 0x4949 #define MN_pcmpeqw (MN_vpcmpeqw + 1) -#define MN_vpcmpeqw 0x494b -#define MN_vpmovusqw 0x4954 -#define MN_vpmovsqw 0x495e -#define MN_vpmovqw 0x4967 -#define MN_verw 0x496f -#define MN_pmulhrw 0x4974 -#define MN_korw 0x497c -#define MN_kxnorw 0x4981 -#define MN_kxorw 0x4988 +#define MN_vpcmpeqw 0x4953 +#define MN_vpmovusqw 0x495c +#define MN_vpmovsqw 0x4966 +#define MN_vpmovqw 0x496f +#define MN_verw 0x4977 +#define MN_pmulhrw 0x497c +#define MN_korw 0x4984 +#define MN_kxnorw 0x4989 +#define MN_kxorw 0x4990 #define MN_pinsrw (MN_vpinsrw + 1) -#define MN_vpinsrw 0x498e -#define MN_kshiftrw 0x4996 +#define MN_vpinsrw 0x4996 +#define MN_kshiftrw 0x499e #define MN_pextrw (MN_vpextrw + 1) -#define MN_vpextrw 0x499f +#define MN_vpextrw 0x49a7 #define MN_pabsw (MN_vpabsw + 1) -#define MN_vpabsw 0x49a7 +#define MN_vpabsw 0x49af #define MN_pmaddubsw (MN_vpmaddubsw + 1) -#define MN_vpmaddubsw 0x49ae +#define MN_vpmaddubsw 0x49b6 #define MN_phsubsw (MN_vphsubsw + 1) -#define MN_vphsubsw 0x49b9 +#define MN_vphsubsw 0x49c1 #define MN_psubsw (MN_vpsubsw + 1) -#define MN_vpsubsw 0x49c2 +#define MN_vpsubsw 0x49ca #define MN_phaddsw (MN_vphaddsw + 1) -#define MN_vphaddsw 0x49ca +#define MN_vphaddsw 0x49d2 #define MN_paddsw (MN_vpaddsw + 1) -#define MN_vpaddsw 0x49d3 -#define MN_lmsw 0x49db -#define MN_smsw 0x49e0 +#define MN_vpaddsw 0x49db +#define MN_lmsw 0x49e3 +#define MN_smsw 0x49e8 #define MN_pminsw (MN_vpminsw + 1) -#define MN_vpminsw 0x49e5 +#define MN_vpminsw 0x49ed #define MN_pmulhrsw (MN_vpmulhrsw + 1) -#define MN_vpmulhrsw 0x49ed -#define MN_vmovrsw 0x49f7 -#define MN_vpcompressw 0x49ff -#define MN_fstsw 0x4a0b -#define MN_fnstsw 0x4a11 +#define MN_vpmulhrsw 0x49f5 +#define MN_vmovrsw 0x49ff +#define MN_vpcompressw 0x4a07 +#define MN_fstsw 0x4a13 +#define MN_fnstsw 0x4a19 #define MN_psubusw (MN_vpsubusw + 1) -#define MN_vpsubusw 0x4a18 +#define MN_vpsubusw 0x4a20 #define MN_paddusw (MN_vpaddusw + 1) -#define MN_vpaddusw 0x4a21 -#define MN_movsw 0x4a2a +#define MN_vpaddusw 0x4a29 +#define MN_movsw 0x4a32 #define MN_pmaxsw (MN_vpmaxsw + 1) -#define MN_vpmaxsw 0x4a30 -#define MN_cbtw 0x4a38 -#define MN_vpcomgtw 0x4a3d +#define MN_vpmaxsw 0x4a38 +#define MN_cbtw 0x4a40 +#define MN_vpcomgtw 0x4a45 #define MN_pcmpgtw (MN_vpcmpgtw + 1) -#define MN_vpcmpgtw 0x4a46 -#define MN_vpcomltw 0x4a4f -#define MN_vpcmpnltw 0x4a58 -#define MN_vpcmpltw 0x4a62 -#define MN_vpopcntw 0x4a6b -#define MN_knotw 0x4a74 -#define MN_vprotw 0x4a7a -#define MN_vpbroadcastw 0x4a81 -#define MN_ktestw 0x4a8e -#define MN_kortestw 0x4a95 -#define MN_vcvttph2uw 0x4a9e -#define MN_vcvtph2uw 0x4aa9 -#define MN_vpcomgeuw 0x4ab3 -#define MN_vpcomleuw 0x4abd -#define MN_vpcmpnleuw 0x4ac7 -#define MN_vpcmpleuw 0x4ad2 -#define MN_vpcomfalseuw 0x4adc -#define MN_vpcomtrueuw 0x4ae9 +#define MN_vpcmpgtw 0x4a4e +#define MN_vpcomltw 0x4a57 +#define MN_vpcmpnltw 0x4a60 +#define MN_vpcmpltw 0x4a6a +#define MN_vpopcntw 0x4a73 +#define MN_knotw 0x4a7c +#define MN_vprotw 0x4a82 +#define MN_vpbroadcastw 0x4a89 +#define MN_ktestw 0x4a96 +#define MN_kortestw 0x4a9d +#define MN_vcvttph2uw 0x4aa6 +#define MN_vcvtph2uw 0x4ab1 +#define MN_vpcomgeuw 0x4abb +#define MN_vpcomleuw 0x4ac5 +#define MN_vpcmpnleuw 0x4acf +#define MN_vpcmpleuw 0x4ada +#define MN_vpcomfalseuw 0x4ae4 +#define MN_vpcomtrueuw 0x4af1 #define MN_pmulhuw (MN_vpmulhuw + 1) -#define MN_vpmulhuw 0x4af5 -#define MN_vpcomuw 0x4afe +#define MN_vpmulhuw 0x4afd +#define MN_vpcomuw 0x4b06 #define MN_pminuw (MN_vpminuw + 1) -#define MN_vpminuw 0x4b06 -#define MN_vpcmpuw 0x4b0e -#define MN_vpcomequw 0x4b16 -#define MN_vpcomnequw 0x4b20 -#define MN_vpcmpnequw 0x4b2b -#define MN_vpcmpequw 0x4b36 +#define MN_vpminuw 0x4b0e +#define MN_vpcmpuw 0x4b16 +#define MN_vpcomequw 0x4b1e +#define MN_vpcomnequw 0x4b28 +#define MN_vpcmpnequw 0x4b33 +#define MN_vpcmpequw 0x4b3e #define MN_phminposuw (MN_vphminposuw + 1) -#define MN_vphminposuw 0x4b40 -#define MN_vpcomgtuw 0x4b4c -#define MN_vpcomltuw 0x4b56 -#define MN_vpcmpnltuw 0x4b60 -#define MN_vpcmpltuw 0x4b6b +#define MN_vphminposuw 0x4b48 +#define MN_vpcomgtuw 0x4b54 +#define MN_vpcomltuw 0x4b5e +#define MN_vpcmpnltuw 0x4b68 +#define MN_vpcmpltuw 0x4b73 #define MN_pmaxuw (MN_vpmaxuw + 1) -#define MN_vpmaxuw 0x4b75 -#define MN_vpsravw 0x4b7d -#define MN_vpshldvw 0x4b85 -#define MN_vpshrdvw 0x4b8e -#define MN_vpsllvw 0x4b97 -#define MN_vpsrlvw 0x4b9f -#define MN_kmovw 0x4ba7 -#define MN_vmovw 0x4bad -#define MN_vpmacsww 0x4bb3 -#define MN_vpmacssww 0x4bbc -#define MN_movzw 0x4bc6 -#define MN_rex_x 0x4bcc -#define MN_fyl2x 0x4bd2 -#define MN_rex64x 0x4bd8 -#define MN_vcvtneps2bf16x 0x4bdf -#define MN_vfpclassbf16x 0x4bee -#define MN_vcvtph2bf8x 0x4bfc -#define MN_vcvtph2hf8x 0x4c08 -#define MN_pfmax 0x4c14 -#define MN_adcx 0x4c1a -#define MN_bndldx 0x4c1f -#define MN_vfpclasspdx 0x4c26 -#define MN_fclex 0x4c32 -#define MN_fnclex 0x4c38 -#define MN_rex 0x4c3f -#define MN_vcvtpd2phx 0x4c43 -#define MN_vcvtdq2phx 0x4c4e -#define MN_vcvtudq2phx 0x4c59 -#define MN_vcvtqq2phx 0x4c65 -#define MN_vcvtuqq2phx 0x4c70 -#define MN_vcvt2ps2phx 0x4c7c -#define MN_vcvtps2phx 0x4c88 -#define MN_vfpclassphx 0x4c93 -#define MN_shlx 0x4c9f -#define MN_mulx 0x4ca4 -#define MN_adox 0x4ca9 -#define MN_vcvttpd2dqx 0x4cae -#define MN_vcvtpd2dqx 0x4cba -#define MN_vcvttpd2udqx 0x4cc5 -#define MN_vcvtpd2udqx 0x4cd2 -#define MN_rex_rx 0x4cde -#define MN_sarx 0x4ce5 -#define MN_shrx 0x4cea -#define MN_rorx 0x4cef -#define MN_monitorx 0x4cf4 -#define MN_rex_wrx 0x4cfd -#define MN_vcvtph2bf8sx 0x4d05 -#define MN_vcvtph2hf8sx 0x4d12 -#define MN_vcvtpd2psx 0x4d1f -#define MN_vcvtph2psx 0x4d2a -#define MN_vcvtqq2psx 0x4d35 -#define MN_vcvtuqq2psx 0x4d40 -#define MN_vfpclasspsx 0x4d4c -#define MN_vcvttpd2dqsx 0x4d58 -#define MN_vcvttpd2udqsx 0x4d65 -#define MN_movsx 0x4d73 -#define MN_mwaitx 0x4d79 -#define MN_bndstx 0x4d80 -#define MN_rex_wx 0x4d87 -#define MN_rexx 0x4d8e -#define MN_vcvtps2phxx 0x4d93 -#define MN_movzx 0x4d9f -#define MN_rex64y 0x4da5 -#define MN_vcvtneps2bf16y 0x4dac -#define MN_vfpclassbf16y 0x4dbb -#define MN_vcvtph2bf8y 0x4dc9 -#define MN_vcvtph2hf8y 0x4dd5 -#define MN_vfpclasspdy 0x4de1 -#define MN_loadiwkey 0x4ded -#define MN_vcvtpd2phy 0x4df7 -#define MN_vcvtdq2phy 0x4e02 -#define MN_vcvtudq2phy 0x4e0d -#define MN_vcvtqq2phy 0x4e19 -#define MN_vcvtuqq2phy 0x4e24 -#define MN_vfpclassphy 0x4e30 -#define MN_vcvttpd2dqy 0x4e3c -#define MN_vcvtpd2dqy 0x4e48 -#define MN_vcvttpd2udqy 0x4e53 -#define MN_vcvtpd2udqy 0x4e60 -#define MN_rmpquery 0x4e6c -#define MN_vcvtph2bf8sy 0x4e75 -#define MN_vcvtph2hf8sy 0x4e82 -#define MN_clrssbsy 0x4e8f -#define MN_setssbsy 0x4e98 -#define MN_vcvtpd2psy 0x4ea1 -#define MN_vcvtqq2psy 0x4eac -#define MN_vcvtuqq2psy 0x4eb7 -#define MN_vfpclasspsy 0x4ec3 -#define MN_vcvttpd2dqsy 0x4ecf -#define MN_vcvttpd2udqsy 0x4edc -#define MN_rex64xy 0x4eea -#define MN_rexy 0x4ef2 -#define MN_vcvtps2phxy 0x4ef7 -#define MN_rexxy 0x4f03 -#define MN_rex64z 0x4f09 -#define MN_vfpclassbf16z 0x4f10 -#define MN_fldz 0x4f1e -#define MN_vfpclasspdz 0x4f23 -#define MN_vcvtpd2phz 0x4f2f -#define MN_vcvtqq2phz 0x4f3a -#define MN_vcvtuqq2phz 0x4f45 -#define MN_vfpclassphz 0x4f51 -#define MN_jz 0x4f5d -#define MN_jnz 0x4f60 -#define MN_repnz 0x4f64 -#define MN_ccmpnz 0x4f6a -#define MN_loopnz 0x4f71 -#define MN_setnz 0x4f78 -#define MN_ctestnz 0x4f7e -#define MN_setzunz 0x4f86 +#define MN_vpmaxuw 0x4b7d +#define MN_vpsravw 0x4b85 +#define MN_vpshldvw 0x4b8d +#define MN_vpshrdvw 0x4b96 +#define MN_vpsllvw 0x4b9f +#define MN_vpsrlvw 0x4ba7 +#define MN_kmovw 0x4baf +#define MN_vmovw 0x4bb5 +#define MN_vpmacsww 0x4bbb +#define MN_vpmacssww 0x4bc4 +#define MN_movzw 0x4bce +#define MN_rex_x 0x4bd4 +#define MN_fyl2x 0x4bda +#define MN_rex64x 0x4be0 +#define MN_vcvtneps2bf16x 0x4be7 +#define MN_vfpclassbf16x 0x4bf6 +#define MN_vcvtph2bf8x 0x4c04 +#define MN_vcvtph2hf8x 0x4c10 +#define MN_pfmax 0x4c1c +#define MN_adcx 0x4c22 +#define MN_bndldx 0x4c27 +#define MN_vfpclasspdx 0x4c2e +#define MN_fclex 0x4c3a +#define MN_fnclex 0x4c40 +#define MN_rex 0x4c47 +#define MN_vcvtpd2phx 0x4c4b +#define MN_vcvtdq2phx 0x4c56 +#define MN_vcvtudq2phx 0x4c61 +#define MN_vcvtqq2phx 0x4c6d +#define MN_vcvtuqq2phx 0x4c78 +#define MN_vcvt2ps2phx 0x4c84 +#define MN_vcvtps2phx 0x4c90 +#define MN_vfpclassphx 0x4c9b +#define MN_shlx 0x4ca7 +#define MN_mulx 0x4cac +#define MN_adox 0x4cb1 +#define MN_vcvttpd2dqx 0x4cb6 +#define MN_vcvtpd2dqx 0x4cc2 +#define MN_vcvttpd2udqx 0x4ccd +#define MN_vcvtpd2udqx 0x4cda +#define MN_rex_rx 0x4ce6 +#define MN_sarx 0x4ced +#define MN_shrx 0x4cf2 +#define MN_rorx 0x4cf7 +#define MN_monitorx 0x4cfc +#define MN_rex_wrx 0x4d05 +#define MN_vcvtph2bf8sx 0x4d0d +#define MN_vcvtph2hf8sx 0x4d1a +#define MN_vcvtpd2psx 0x4d27 +#define MN_vcvtph2psx 0x4d32 +#define MN_vcvtqq2psx 0x4d3d +#define MN_vcvtuqq2psx 0x4d48 +#define MN_vfpclasspsx 0x4d54 +#define MN_vcvttpd2dqsx 0x4d60 +#define MN_vcvttpd2udqsx 0x4d6d +#define MN_movsx 0x4d7b +#define MN_mwaitx 0x4d81 +#define MN_bndstx 0x4d88 +#define MN_rex_wx 0x4d8f +#define MN_rexx 0x4d96 +#define MN_vcvtps2phxx 0x4d9b +#define MN_movzx 0x4da7 +#define MN_rex64y 0x4dad +#define MN_vcvtneps2bf16y 0x4db4 +#define MN_vfpclassbf16y 0x4dc3 +#define MN_vcvtph2bf8y 0x4dd1 +#define MN_vcvtph2hf8y 0x4ddd +#define MN_vfpclasspdy 0x4de9 +#define MN_loadiwkey 0x4df5 +#define MN_vcvtpd2phy 0x4dff +#define MN_vcvtdq2phy 0x4e0a +#define MN_vcvtudq2phy 0x4e15 +#define MN_vcvtqq2phy 0x4e21 +#define MN_vcvtuqq2phy 0x4e2c +#define MN_vfpclassphy 0x4e38 +#define MN_vcvttpd2dqy 0x4e44 +#define MN_vcvtpd2dqy 0x4e50 +#define MN_vcvttpd2udqy 0x4e5b +#define MN_vcvtpd2udqy 0x4e68 +#define MN_rmpquery 0x4e74 +#define MN_vcvtph2bf8sy 0x4e7d +#define MN_vcvtph2hf8sy 0x4e8a +#define MN_clrssbsy 0x4e97 +#define MN_setssbsy 0x4ea0 +#define MN_vcvtpd2psy 0x4ea9 +#define MN_vcvtqq2psy 0x4eb4 +#define MN_vcvtuqq2psy 0x4ebf +#define MN_vfpclasspsy 0x4ecb +#define MN_vcvttpd2dqsy 0x4ed7 +#define MN_vcvttpd2udqsy 0x4ee4 +#define MN_rex64xy 0x4ef2 +#define MN_rexy 0x4efa +#define MN_vcvtps2phxy 0x4eff +#define MN_rexxy 0x4f0b +#define MN_rex64z 0x4f11 +#define MN_vfpclassbf16z 0x4f18 +#define MN_fldz 0x4f26 +#define MN_vfpclasspdz 0x4f2b +#define MN_vcvtpd2phz 0x4f37 +#define MN_vcvtqq2phz 0x4f42 +#define MN_vcvtuqq2phz 0x4f4d +#define MN_vfpclassphz 0x4f59 +#define MN_jz 0x4f65 +#define MN_jnz 0x4f68 +#define MN_repnz 0x4f6c +#define MN_ccmpnz 0x4f72 +#define MN_loopnz 0x4f79 +#define MN_setnz 0x4f80 +#define MN_ctestnz 0x4f86 +#define MN_setzunz 0x4f8e #define MN_cmovnz (MN_cfcmovnz + 2) -#define MN_cfcmovnz 0x4f8e -#define MN_repz 0x4f97 -#define MN_ccmpz 0x4f9c -#define MN_loopz 0x4fa2 -#define MN_vfpclasspsz 0x4fa8 -#define MN_setz 0x4fb4 -#define MN_ctestz 0x4fb9 -#define MN_setzuz 0x4fc0 +#define MN_cfcmovnz 0x4f96 +#define MN_repz 0x4f9f +#define MN_ccmpz 0x4fa4 +#define MN_loopz 0x4faa +#define MN_vfpclasspsz 0x4fb0 +#define MN_setz 0x4fbc +#define MN_ctestz 0x4fc1 +#define MN_setzuz 0x4fc8 #define MN_cmovz (MN_cfcmovz + 2) -#define MN_cfcmovz 0x4fc7 -#define MN_rex64xz 0x4fcf -#define MN_jecxz 0x4fd7 -#define MN_jcxz 0x4fdd -#define MN_jrcxz 0x4fe2 -#define MN_rexz 0x4fe8 -#define MN_rexxz 0x4fed -#define MN_rex64yz 0x4ff3 -#define MN_rex64xyz 0x4ffb -#define MN_rexyz 0x5004 -#define MN_rexxyz 0x500a -#define MN__disp32_ 0x5011 -#define MN__rex2_ 0x501a -#define MN__vex2_ 0x5021 -#define MN__vex3_ 0x5028 -#define MN__disp16_ 0x502f -#define MN__disp8_ 0x5038 -#define MN__load_ 0x5040 -#define MN__store_ 0x5047 -#define MN__nooptimize_ 0x504f -#define MN__nf_ 0x505c -#define MN__rex_ 0x5061 -#define MN__evex_ 0x5067 -#define MN__vex_ 0x506e -#define MN__insn 0x5074 +#define MN_cfcmovz 0x4fcf +#define MN_rex64xz 0x4fd7 +#define MN_jecxz 0x4fdf +#define MN_jcxz 0x4fe5 +#define MN_jrcxz 0x4fea +#define MN_rexz 0x4ff0 +#define MN_rexxz 0x4ff5 +#define MN_rex64yz 0x4ffb +#define MN_rex64xyz 0x5003 +#define MN_rexyz 0x500c +#define MN_rexxyz 0x5012 +#define MN__disp32_ 0x5019 +#define MN__rex2_ 0x5022 +#define MN__vex2_ 0x5029 +#define MN__vex3_ 0x5030 +#define MN__disp16_ 0x5037 +#define MN__disp8_ 0x5040 +#define MN__load_ 0x5048 +#define MN__store_ 0x504f +#define MN__nooptimize_ 0x5057 +#define MN__nf_ 0x5064 +#define MN__rex_ 0x5069 +#define MN__evex_ 0x506f +#define MN__vex_ 0x5076 +#define MN__insn 0x507c diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 8ce850ee713..5ba84c8ff8d 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -316,6 +316,8 @@ enum i386_cpu CpuSNP, /* RMPQUERY instruction required */ CpuRMPQUERY, + /* RMPREAD instruction required */ + CpuRMPREAD, /* NOTE: These items, which can be combined with other ISA flags above, need to remain second to last and in sync with CPU_FLAGS_COMMON. */ @@ -549,6 +551,7 @@ typedef union i386_cpu_flags unsigned int cputlbsync:1; unsigned int cpusnp:1; unsigned int cpurmpquery:1; + unsigned int cpurmpread:1; CPU_FLAGS_COMMON; #ifdef CpuUnused unsigned int unused:(CpuNumOfBits - CpuUnused); diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl index d75f00bf38b..d9e5acd3438 100644 --- a/opcodes/i386-opc.tbl +++ b/opcodes/i386-opc.tbl @@ -3181,6 +3181,12 @@ rmpquery, 0xf30f01fd, RMPQUERY, AddrPrefixOpReg|NoSuf, { Acc|Dword|Qword, RegC|Q // RMPQUERY instruction end +// RMPREAD instruction + +rmpread, 0xf20f01fd, RMPREAD&x64, IsString|NoSuf|NoRex64, { Acc|Qword, RegC|Unspecified|BaseIndex } + +// RMPREAD instruction end + // RDPRU instruction rdpru, 0x0f01fd, RDPRU, NoSuf, {} diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 85908621d4b..37978200c10 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -42948,6 +42948,16 @@ static const insn_template i386_optab[] = 0, 0, 0, 0, 0, 0 } }, { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } } }, + { MN_rmpread, 0x01fd, 2, SPACE_0F, None, + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, + 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0 }, + { { 145, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, + 0, 0, 0, 0, 0, 0 } }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 0 } } } }, { MN_rdpru, 0x01fd, 0, SPACE_0F, None, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -48127,7 +48137,7 @@ static const i386_op_off_t i386_op_sets[] = 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, - 4134, 4136, 4138, 4140, 4142, 4144, 4145, 4146, + 4133, 4135, 4137, 4139, 4141, 4143, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, @@ -48143,32 +48153,32 @@ static const i386_op_off_t i386_op_sets[] = 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, - 4267, 4270, 4271, 4272, 4275, 4276, 4277, 4279, - 4280, 4281, 4282, 4284, 4285, 4286, 4287, 4289, - 4290, 4291, 4292, 4295, 4296, 4297, 4298, 4299, - 4302, 4305, 4308, 4311, 4314, 4315, 4316, 4317, - 4318, 4320, 4322, 4323, 4324, 4325, 4328, 4331, - 4334, 4337, 4340, 4341, 4342, 4343, 4345, 4346, - 4347, 4348, 4351, 4352, 4353, 4354, 4355, 4356, + 4267, 4268, 4271, 4272, 4273, 4276, 4277, 4278, + 4280, 4281, 4282, 4283, 4285, 4286, 4287, 4288, + 4290, 4291, 4292, 4293, 4296, 4297, 4298, 4299, + 4300, 4303, 4306, 4309, 4312, 4315, 4316, 4317, + 4318, 4319, 4321, 4323, 4324, 4325, 4326, 4329, + 4332, 4335, 4338, 4341, 4342, 4343, 4344, 4346, + 4347, 4348, 4349, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, - 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4389, - 4390, 4391, 4393, 4395, 4397, 4399, 4401, 4402, - 4403, 4406, 4409, 4410, 4411, 4412, 4413, 4414, - 4415, 4417, 4419, 4421, 4423, 4424, 4425, 4426, - 4427, 4430, 4431, 4432, 4435, 4436, 4437, 4440, - 4441, 4442, 4445, 4446, 4447, 4450, 4451, 4452, + 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, + 4390, 4391, 4392, 4394, 4396, 4398, 4400, 4402, + 4403, 4404, 4407, 4410, 4411, 4412, 4413, 4414, + 4415, 4416, 4418, 4420, 4422, 4424, 4425, 4426, + 4427, 4428, 4431, 4432, 4433, 4436, 4437, 4438, + 4441, 4442, 4443, 4446, 4447, 4448, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, - 4493, 4494, 4497, 4498, 4499, 4502, 4503, 4504, - 4505, 4506, 4507, 4508, 4511, 4514, 4515, 4516, + 4493, 4494, 4495, 4498, 4499, 4500, 4503, 4504, + 4505, 4506, 4507, 4508, 4509, 4512, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, - 4534, 4535, 4536, 4537, 4538 + 4533, 4535, 4536, 4537, 4538, 4539 }; /* i386 mnemonics table. */ @@ -48526,6 +48536,7 @@ const char i386_mnemonics[] = "\0""vpbroadcastmw2d" "\0""aad" "\0""vmread" + "\0""rmpread" "\0""vpshad" "\0""vmload" "\0""vpsrad" -- 2.43.5