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

Side by Side Diff: src/trusted/validator_x86/testdata/64/fs_use.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 # Example of use of segment register fs as a use, for instruction: mov %eax, %fs[%r15]
3 64 41 8b 07
4 @val:
5 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
6 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
7 VALIDATOR: Checking jump targets: 0 to 4
8 VALIDATOR: Checking that basic blocks are aligned
9 *** <input> IS UNSAFE ***
10 @rval:
11 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
12 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
13 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
14 VALIDATOR: ERROR: Segment memory reference not allowed
15 VALIDATOR: Checking jump targets: 0 to 4
16 VALIDATOR: Checking that basic blocks are aligned
17 *** <input> IS UNSAFE ***
18 @rvald:
19 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
20 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
21 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
22 VALIDATOR: ERROR: Segment memory reference not allowed
23 VALIDATOR: Checking block alignment and jump targets: 0 to 4
24 *** <input> IS UNSAFE ***
25 @vd-rval:
26 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
27 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
28 VALIDATOR: 0000000000000000: 64 41 8b 07 mov %eax, %fs:[%r15]
29 VALIDATOR: ERROR: Segment memory reference not allowed
30 VALIDATOR: Checking jump targets: 0 to 4
31 VALIDATOR: Checking that basic blocks are aligned
32 *** <input> IS UNSAFE ***
33 @dis:
34 0000000000000000: 64 41 8b 07 mov %eax, %fs:[ %r15]
35 @vdis:
36 0000000000000000: 64 41 8b 07 mov %eax, %fs:[ %r15]
37 @rdfa_output:
38 0: [0] unrecognized instruction
39 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/fpu.test ('k') | src/trusted/validator_x86/testdata/64/hlt.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698