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

Side by Side Diff: src/trusted/validator_x86/testdata/64/rex_invalid.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 %rax,%rax
3 # test that we accept rex prefixes with bits which are not used by
4 # the command.
5 48 89 C0
6 47 89 C0
7 46 89 C0
8 45 89 C0
9 44 89 C0
10 43 89 C0
11 42 89 C0
12 41 89 C0
13 40 89 C0
14 4F 89 C0
15 @rval:
16 VALIDATOR: Checking jump targets: 0 to 1e
17 VALIDATOR: Checking that basic blocks are aligned
18 *** <input> is safe ***
19 @dis:
20 0000000000000000: 48 89 c0 mov %rax, %rax
21 0000000000000003: 47 89 c0 mov %r8d, %r8d
22 0000000000000006: 46 89 c0 mov %eax, %r8d
23 0000000000000009: 45 89 c0 mov %r8d, %r8d
24 000000000000000c: 44 89 c0 mov %eax, %r8d
25 000000000000000f: 43 89 c0 mov %r8d, %eax
26 0000000000000012: 42 89 c0 mov %eax, %eax
27 0000000000000015: 41 89 c0 mov %r8d, %eax
28 0000000000000018: 40 89 c0 mov %eax, %eax
29 000000000000001b: 4f 89 c0 mov %r8, %r8
30 @rdfa_output:
31 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/return.test ('k') | src/trusted/validator_x86/testdata/64/rex_not_last.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698