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

Side by Side Diff: src/trusted/validator_x86/testdata/64/test_insts.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 # This is an example of a code segment that begins at address 0.
3 b8 88 77 66 55 41 b8 44 33 22 11
4 66 b8 88 77 a0 88 77 66 55 44 33 22 11
5 @rval:
6 VALIDATOR: 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x1122334455667788]
7 VALIDATOR: ERROR: No base register specified in memory offset
8 VALIDATOR: Checking jump targets: 0 to 18
9 VALIDATOR: Checking that basic blocks are aligned
10 *** <input> IS UNSAFE ***
11 @dis:
12 0000000000000000: b8 88 77 66 55 mov %eax, 0x556 67788
13 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x112 23344
14 000000000000000b: 66 b8 88 77 mov %ax, 0x7788
15 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x112 2334455667788]
16 @vdis:
17 0000000000000000: b8 88 77 66 55 mov %eax, 0x556 67788
18 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x112 23344
19 000000000000000b: 66 b8 88 77 mov %ax, 0x7788
20 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x112 2334455667788]
21 @rdfa_output:
22 f: [0] unrecognized instruction
23 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/test_alias.test ('k') | src/trusted/validator_x86/testdata/64/tests_from_pydfa.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698