Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/yasm/patched-yasm/modules/arch/x86/x86bc.c ('k') | third_party/yasm/patched-yasm/modules/arch/x86/x86expr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698