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

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: cmp fix 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
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 0: unrecognized instruction 'lzcnt %ebx,%eax'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698