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

Side by Side Diff: src/trusted/validator_x86/testdata/64/or_sp_sandboxing.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 # mov %esp, %esp
3 89 e4 \\
4 # add %r15, %rsp
5 4c 01 fc
6 @rval:
7 VALIDATOR: Checking jump targets: 0 to 5
8 VALIDATOR: Checking that basic blocks are aligned
9 *** <input> is safe ***
10 @dis:
11 0000000000000000: 89 e4 mov %esp, %esp
12 0000000000000002: 4c 01 fc add %rsp, %r15
13 @rdfa_output:
14 return code: 0
15 ----------------------------------------------------------------------
16 @hex:
17 # mov %esp, %esp
18 89 e4 \\
19 # or %r15, %rsp
20 4c 09 fc
21 @rval:
22 VALIDATOR: Checking jump targets: 0 to 5
23 VALIDATOR: Checking that basic blocks are aligned
24 *** <input> is safe ***
25 @dis:
26 0000000000000000: 89 e4 mov %esp, %esp
27 0000000000000002: 4c 09 fc or %rsp, %r15
28 @rdfa_output:
29 return code: 0
30 ----------------------------------------------------------------------
31 @hex:
32 # mov %esp, %esp
33 89 e4 \\
34 # or %r15, %rsp
35 49 0b e7
36 @rval:
37 VALIDATOR: Checking jump targets: 0 to 5
38 VALIDATOR: Checking that basic blocks are aligned
39 *** <input> is safe ***
40 @dis:
41 0000000000000000: 89 e4 mov %esp, %esp
42 0000000000000002: 49 0b e7 or %rsp, %r15
43 @rdfa_output:
44 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/nops.test ('k') | src/trusted/validator_x86/testdata/64/pop-rbp.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698