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

Unified Diff: src/trusted/validator/x86/decoder/gen/ncopcode_insts.h

Issue 10790077: Add tzcnt as an acceptable instruction to x86-64 validator (it already (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 5 months 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: src/trusted/validator/x86/decoder/gen/ncopcode_insts.h
===================================================================
--- src/trusted/validator/x86/decoder/gen/ncopcode_insts.h (revision 9237)
+++ src/trusted/validator/x86/decoder/gen/ncopcode_insts.h (working copy)
@@ -608,28 +608,29 @@
InstSysexit = 593,
InstSysret = 594,
InstTest = 595,
- InstUcomisd = 596,
- InstUcomiss = 597,
- InstUd2 = 598,
- InstUnpckhpd = 599,
- InstUnpckhps = 600,
- InstUnpcklpd = 601,
- InstUnpcklps = 602,
- InstVerr = 603,
- InstVerw = 604,
- InstVmload = 605,
- InstVmmcall = 606,
- InstVmrun = 607,
- InstVmsave = 608,
- InstWbinvd = 609,
- InstWrmsr = 610,
- InstXadd = 611,
- InstXchg = 612,
- InstXlat = 613,
- InstXor = 614,
- InstXorpd = 615,
- InstXorps = 616,
- NaClMnemonicEnumSize = 617, /* special size marker */
+ InstTzcnt = 596,
+ InstUcomisd = 597,
+ InstUcomiss = 598,
+ InstUd2 = 599,
+ InstUnpckhpd = 600,
+ InstUnpckhps = 601,
+ InstUnpcklpd = 602,
+ InstUnpcklps = 603,
+ InstVerr = 604,
+ InstVerw = 605,
+ InstVmload = 606,
+ InstVmmcall = 607,
+ InstVmrun = 608,
+ InstVmsave = 609,
+ InstWbinvd = 610,
+ InstWrmsr = 611,
+ InstXadd = 612,
+ InstXchg = 613,
+ InstXlat = 614,
+ InstXor = 615,
+ InstXorpd = 616,
+ InstXorps = 617,
+ NaClMnemonicEnumSize = 618, /* special size marker */
} NaClMnemonic;
/* Returns the name of an NaClMnemonic constant. */

Powered by Google App Engine
This is Rietveld 408576698