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_x86/testdata/64/crc32.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 # See https://code.google.com/p/nativeclient/issues/detail?id=3356
3 # crc32w %ax,%eax
4 66 f2 0f 38 f1 c0
5 @rval:
6 VALIDATOR: 0000000000000000: 66 f2 0f 38 f1 c0 crc3 2 %eax, %ax
7 VALIDATOR: ERROR: More than one (non-REX) prefix byte specified
8 VALIDATOR: Checking jump targets: 0 to 6
9 VALIDATOR: Checking that basic blocks are aligned
10 *** <input> IS UNSAFE ***
11 @dis:
12 0000000000000000: 66 f2 0f 38 f1 c0 crc32 %eax, %ax
13 @rdfa_output:
14 0: [0] unrecognized instruction
15 return code: 1
16 ----------------------------------------------------------------------
17 @hex:
18 # crc32w %eax,%eax
19 f2 0f 38 f1 c0
20 @rval:
21 VALIDATOR: Checking jump targets: 0 to 5
22 VALIDATOR: Checking that basic blocks are aligned
23 *** <input> is safe ***
24 @dis:
25 0000000000000000: f2 0f 38 f1 c0 crc32 %eax, %ea x
26 @rdfa_output:
27 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/cpuid.test ('k') | src/trusted/validator_x86/testdata/64/data66prefix.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698