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

Side by Side Diff: src/trusted/validator_x86/testdata/64/valid_base_only.test

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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 a valid store which only uses a base register.
3 # mov [%rsp+0x36], %rax
4 48 89 44 24 36
5
6 @val:
7 VALIDATOR: Checking jump targets: 0 to 5
8 VALIDATOR: Checking that basic blocks are aligned
9 *** <input> is safe ***
10 @rval:
11 VALIDATOR: Checking jump targets: 0 to 5
12 VALIDATOR: Checking that basic blocks are aligned
13 *** <input> is safe ***
14 @rvald:
15 VALIDATOR: Checking block alignment and jump targets: 0 to 5
16 *** <input> is safe ***
17 @vd-rval:
18 VALIDATOR: Checking jump targets: 0 to 5
19 VALIDATOR: Checking that basic blocks are aligned
20 *** <input> is safe ***
21 @dis:
22 0000000000000000: 48 89 44 24 36 mov [%rsp+0x36] , %rax
23 @vdis:
24 0000000000000000: 48 89 44 24 36 mov [%rsp+0x36] , %rax
25 @rdfa_output:
26 return code: 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698