diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 8806142..f65f317 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -184,6 +184,8 @@ enum CpuPREFETCHWT1, /* SE1 instruction required */ CpuSE1, + /* CLWB instruction required */ + CpuCLWB, /* 64bit support required */ Cpu64, /* Not supported in the 64bit mode */ @@ -283,6 +285,7 @@ typedef union i386_cpu_flags unsigned int cpuxsavec:1; unsigned int cpuprefetchwt1:1; unsigned int cpuse1:1; + unsigned int cpuclwb:1; unsigned int cpu64:1; unsigned int cpuno64:1; #ifdef CpuUnused |