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

Unified Diff: src/trusted/validator_ragel/testdata/32/lzcnt.test

Issue 18553004: Add more instructions to text-based spec. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: only allow bt* with immediate Created 7 years, 6 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
« no previous file with comments | « src/trusted/validator_ragel/spec.py ('k') | src/trusted/validator_ragel/testdata/32/tzcnt.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/testdata/32/lzcnt.test
diff --git a/src/trusted/validator_ragel/testdata/32/lzcnt.test b/src/trusted/validator_ragel/testdata/32/lzcnt.test
index 88d0b8fd130b645e086ea6305a3656f57b8bf37c..30a372d31c17be87c0f0c58d2bb25b090f9dc195 100644
--- a/src/trusted/validator_ragel/testdata/32/lzcnt.test
+++ b/src/trusted/validator_ragel/testdata/32/lzcnt.test
@@ -1,5 +1,10 @@
@hex:
- # Test if we recognize lzcnt as a bsr with REP prefix.
+ # Make sure that lzcnt is not decoded as bsr with REP prefix.
+ # lzcnt %ebx,%eax
f3 0f bd c3
+@dis:
+ 0: f3 0f bd c3 lzcnt %ebx,%eax
@rdfa_output:
return code: 0
+@spec:
+ SAFE
« no previous file with comments | « src/trusted/validator_ragel/spec.py ('k') | src/trusted/validator_ragel/testdata/32/tzcnt.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698