| Index: third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf (revision 165590)
|
| +++ third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf (working copy)
|
| @@ -25,7 +25,6 @@
|
| # POSSIBILITY OF SUCH DAMAGE.
|
| %{
|
| #include <util.h>
|
| -RCSID("$Id: x86cpu.gperf 2346 2010-08-01 01:37:37Z peter $");
|
|
|
| #include <ctype.h>
|
| #include <libyasm.h>
|
| @@ -389,6 +388,16 @@
|
| noeptvpid, x86_cpu_clear, CPU_EPTVPID
|
| smx, x86_cpu_set, CPU_SMX
|
| nosmx, x86_cpu_clear, CPU_SMX
|
| +avx2, x86_cpu_set, CPU_AVX2
|
| +noavx2, x86_cpu_clear, CPU_AVX2
|
| +bmi1, x86_cpu_set, CPU_BMI1
|
| +nobmi1, x86_cpu_clear, CPU_BMI1
|
| +bmi2, x86_cpu_set, CPU_BMI2
|
| +nobmi2, x86_cpu_clear, CPU_BMI2
|
| +invpcid, x86_cpu_set, CPU_INVPCID
|
| +noinvpcid, x86_cpu_clear, CPU_INVPCID
|
| +lzcnt, x86_cpu_set, CPU_LZCNT
|
| +nolzcnt, x86_cpu_clear, CPU_LZCNT
|
| # Change NOP patterns
|
| basicnop, x86_nop, X86_NOP_BASIC
|
| intelnop, x86_nop, X86_NOP_INTEL
|
|
|