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

Side by Side Diff: src/trusted/validator_ragel/testdata/64/bsf-mask.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 # Test if we disallow bsf to zero-extend (i.e. mask) a memory reference. 2 # Test if we disallow bsf to zero-extend (i.e. mask) a memory reference.
3 0f bc c3 3 0f bc c3
4 49 89 14 07 4 49 89 14 07
5 @dis: 5 @dis:
6 0: 0f bc c3 bsf %ebx,%eax 6 0: 0f bc c3 bsf %ebx,%eax
7 3: 49 89 14 07 mov %rdx,(%r15,%rax,1 ) 7 3: 49 89 14 07 mov %rdx,(%r15,%rax,1 )
8 @rdfa_output: 8 @rdfa_output:
9 3: [0] improper memory address - bad index 9 3: [0] improper memory address - bad index
10 return code: 1 10 return code: 1
11 @spec:
12 3: register %rax should be restricted, while in fact None is restricted
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/testdata/32/tzcnt.test ('k') | src/trusted/validator_ragel/testdata/64/bsr-mask.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698