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

Side by Side Diff: src/trusted/validator_x86/testdata/64/jmp-16.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 # Sample of using a 16-bit indirect jump.
3 # Note: x86-64 instructions don't define a 32-bit case, and
4 # so it is not tested here. 64-bit cases alreay are tested elsewhere!
5 # 0000000000000000: 66 ff e0 jmp %ax
6 66 ff e0
7 @rval:
8 VALIDATOR: 0000000000000000: 66 ff e0 jmp %ax
9 VALIDATOR: ERROR: Invalid indirect jump
10 VALIDATOR: Checking jump targets: 0 to 3
11 VALIDATOR: Checking that basic blocks are aligned
12 *** <input> IS UNSAFE ***
13 @dis:
14 0000000000000000: 66 ff e0 jmp %ax
15 @rdfa_output:
16 0: [0] unrecognized instruction
17 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/invalid_width_index.test ('k') | src/trusted/validator_x86/testdata/64/jmp0.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698