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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @hex: 1 @hex:
2 # Test if we recognize lzcnt as a bsr with REP prefix. 2 # Make sure that lzcnt is not decoded as bsr with REP prefix.
3 # lzcnt %ebx,%eax
3 f3 0f bd c3 4 f3 0f bd c3
5 @dis:
6 0: f3 0f bd c3 lzcnt %ebx,%eax
4 @rdfa_output: 7 @rdfa_output:
5 return code: 0 8 return code: 0
9 @spec:
10 SAFE
OLDNEW
« 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