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

Side by Side Diff: src/trusted/validator_x86/testdata/32/test-7.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 7: group2, three byte move.
3 c1 f9 1f
4 89 4d e4
5 f4
6 @nval:
7 *** <input> is safe ***
8 @nvals:
9 *** <input> is safe ***
10
11 Opcode Histogram;
12 1 0x89 1 0xc1 1 0xf4
13 Analysis Summary:
14 3 Checked instructions
15 0 checked jump targets
16 0 calls/jumps need dynamic checking (0.00%)
17
18 Problems:
19 0 illegal instructions
20 0 bad jump targets
21 0 illegal unprotected indirect jumps (including ret)
22 0 instruction alignment defects
23 0 segmentation errors
24 0 bad prefix
25 0 bad instruction length
26 0 internal errors
27 @dis:
28 00000000: c1 f9 1f sar %ecx, 0x1f
29 00000003: 89 4d e4 mov %ss:[%ebp-0x1c], %e cx
30 00000006: f4 hlt
31 @vdis:
32 0: c1 f9 1f sar %edi, 0x1f
33 3: 89 4d e4 mov 0xffffffe4[%ebp], %ecx
34 6: f4 hlt
35 @rdfa_output:
36 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/test-6.test ('k') | src/trusted/validator_x86/testdata/32/test-8.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698