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

Side by Side Diff: src/trusted/validator_x86/testdata/32/test-6.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 # test 6: 3c 25 cmp %al, $I
3 3c 25
4 f4
5 @nval:
6 *** <input> is safe ***
7 @nvals:
8 *** <input> is safe ***
9
10 Opcode Histogram;
11 1 0x3c 1 0xf4
12 Analysis Summary:
13 2 Checked instructions
14 0 checked jump targets
15 0 calls/jumps need dynamic checking (0.00%)
16
17 Problems:
18 0 illegal instructions
19 0 bad jump targets
20 0 illegal unprotected indirect jumps (including ret)
21 0 instruction alignment defects
22 0 segmentation errors
23 0 bad prefix
24 0 bad instruction length
25 0 internal errors
26 @dis:
27 00000000: 3c 25 cmp %al, 0x25
28 00000002: f4 hlt
29 @vdis:
30 0: 3c 25 cmp %al, 0x25
31 2: f4 hlt
32 @rdfa_output:
33 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/test-5.test ('k') | src/trusted/validator_x86/testdata/32/test-7.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698