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

Side by Side Diff: src/trusted/validator_x86/testdata/64/eax_zero_extend.test

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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
(Empty)
1 @hex:
2 # Attempt to zero-extend implicit eax operand:
3 # or $0, %eax
4 # xor %ebx, (%r15,%rax,1)
5 0d 00 00 00 00 \\
6 41 31 1c 07
7 @rval:
8 VALIDATOR: Checking jump targets: 0 to 9
9 VALIDATOR: Checking that basic blocks are aligned
10 *** <input> is safe ***
11 @dis:
12 0000000000000000: 0d 00 00 00 00 or %eax, 0x0
13 0000000000000005: 41 31 1c 07 xor [%r15+%rax* 1], %ebx
14 @rdfa_output:
15 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/dup-prefix.test ('k') | src/trusted/validator_x86/testdata/64/extensions.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698