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

Side by Side Diff: src/trusted/validator_x86/testdata/64/call_aligned.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 # Model case where the call is aligned so that the return address is aligned ( 32 bytes).
3 90
4 90
5 90
6 90
7 90
8 90
9 90
10 90
11 90
12 90
13 90
14 90
15 90
16 90
17 90
18 90
19 90
20 90
21 90
22 90
23 90
24 90
25 90
26 90
27 90
28 90
29 90
30 e8 00 00 00 00
31 90
32
33
34 @val:
35 VALIDATOR: Checking jump targets: 0 to 21
36 VALIDATOR: Checking that basic blocks are aligned
37 *** <input> is safe ***
38 @rval:
39 VALIDATOR: Checking jump targets: 0 to 21
40 VALIDATOR: Checking that basic blocks are aligned
41 *** <input> is safe ***
42 @rvald:
43 VALIDATOR: Checking block alignment and jump targets: 0 to 21
44 *** <input> is safe ***
45 @vd-rval:
46 VALIDATOR: Checking jump targets: 0 to 21
47 VALIDATOR: Checking that basic blocks are aligned
48 *** <input> is safe ***
49 @dis:
50 0000000000000000: 90 nop
51 0000000000000001: 90 nop
52 0000000000000002: 90 nop
53 0000000000000003: 90 nop
54 0000000000000004: 90 nop
55 0000000000000005: 90 nop
56 0000000000000006: 90 nop
57 0000000000000007: 90 nop
58 0000000000000008: 90 nop
59 0000000000000009: 90 nop
60 000000000000000a: 90 nop
61 000000000000000b: 90 nop
62 000000000000000c: 90 nop
63 000000000000000d: 90 nop
64 000000000000000e: 90 nop
65 000000000000000f: 90 nop
66 0000000000000010: 90 nop
67 0000000000000011: 90 nop
68 0000000000000012: 90 nop
69 0000000000000013: 90 nop
70 0000000000000014: 90 nop
71 0000000000000015: 90 nop
72 0000000000000016: 90 nop
73 0000000000000017: 90 nop
74 0000000000000018: 90 nop
75 0000000000000019: 90 nop
76 000000000000001a: 90 nop
77 000000000000001b: e8 00 00 00 00 call 0x20
78 0000000000000020: 90 nop
79 @vdis:
80 0000000000000000: 90 [P] dontcare
81 0000000000000001: 90 [P] dontcare
82 0000000000000002: 90 [P] dontcare
83 0000000000000003: 90 [P] dontcare
84 0000000000000004: 90 [P] dontcare
85 0000000000000005: 90 [P] dontcare
86 0000000000000006: 90 [P] dontcare
87 0000000000000007: 90 [P] dontcare
88 0000000000000008: 90 [P] dontcare
89 0000000000000009: 90 [P] dontcare
90 000000000000000a: 90 [P] dontcare
91 000000000000000b: 90 [P] dontcare
92 000000000000000c: 90 [P] dontcare
93 000000000000000d: 90 [P] dontcare
94 000000000000000e: 90 [P] dontcare
95 000000000000000f: 90 [P] dontcare
96 0000000000000010: 90 [P] dontcare
97 0000000000000011: 90 [P] dontcare
98 0000000000000012: 90 [P] dontcare
99 0000000000000013: 90 [P] dontcare
100 0000000000000014: 90 [P] dontcare
101 0000000000000015: 90 [P] dontcare
102 0000000000000016: 90 [P] dontcare
103 0000000000000017: 90 [P] dontcare
104 0000000000000018: 90 [P] dontcare
105 0000000000000019: 90 [P] dontcare
106 000000000000001a: 90 [P] dontcare
107 000000000000001b: e8 00 00 00 00 call 0x20
108 0000000000000020: 90 [P] dontcare
109 @rdfa_output:
110 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/call1.test ('k') | src/trusted/validator_x86/testdata/64/call_long.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698