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

Unified Diff: src/trusted/validator/x86/decoder/generator/testdata/64/ncval_reg_sfi_modeled_insts.txt

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/generator/testdata/64/ncval_reg_sfi_modeled_insts.txt
===================================================================
--- src/trusted/validator/x86/decoder/generator/testdata/64/ncval_reg_sfi_modeled_insts.txt (revision 9237)
+++ src/trusted/validator/x86/decoder/generator/testdata/64/ncval_reg_sfi_modeled_insts.txt (working copy)
@@ -3385,9 +3385,12 @@
--- bb ---
f3 0f bb INVALID OpcodeAllowsRep NaClIllegal
--- bc ---
- f3 0f bc INVALID OpcodeAllowsRep NaClIllegal
+ f3 0f bc 386 OpcodeUsesModRm OpcodeAllowsRep OpcodeAllowsData16 OperandSize_w OperandSize_v OperandSize_o PartialInstruction
+ [P] DontCare $Gv (s), $Ev (u)
+ G_Operand OpSet
+ E_Operand OpUse
--- bd ---
- f3 0f bd LZCNT OpcodeUsesModRm OpcodeAllowsRep OpcodeAllowsData16 OperandSize_w OperandSize_v OperandSize_o PartialInstruction
+ f3 0f bd 386 OpcodeUsesModRm OpcodeAllowsRep OpcodeAllowsData16 OperandSize_w OperandSize_v OperandSize_o PartialInstruction
[P] DontCare $Gv (s), $Ev (u)
G_Operand OpSet
E_Operand OpUse

Powered by Google App Engine
This is Rietveld 408576698