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

Side by Side Diff: src/trusted/validator_ragel/testdata/32/tzcnt.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
OLDNEW
1 @hex: 1 @hex:
2 # tzcnt %ebx,%eax 2 # tzcnt %ebx,%eax
3 f3 0f bc c3 3 f3 0f bc c3
4 @dis: 4 @dis:
5 0: f3 0f bc c3 repz bsf %ebx,%eax 5 0: f3 0f bc c3 repz bsf %ebx,%eax
6 @rdfa_output: 6 @rdfa_output:
7 return code: 0 7 return code: 0
8 @spec:
9 SAFE
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/testdata/32/lzcnt.test ('k') | src/trusted/validator_ragel/testdata/64/bsf-mask.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698