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

Side by Side Diff: src/trusted/validator_x86/testdata/64/movsbw.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 # Test movsbw instruction.
3 # movsbw %al,%ax
4 66 0f be c0
5 # movsbw (%rsp),%ax
6 66 0f be 04 24
7 @rval:
8 VALIDATOR: Checking jump targets: 0 to 9
9 VALIDATOR: Checking that basic blocks are aligned
10 *** <input> is safe ***
11 @rvald:
12 VALIDATOR: Checking block alignment and jump targets: 0 to 9
13 *** <input> is safe ***
14 @vd-rval:
15 VALIDATOR: Checking jump targets: 0 to 9
16 VALIDATOR: Checking that basic blocks are aligned
17 *** <input> is safe ***
18 @dis:
19 0000000000000000: 66 0f be c0 movsx %ax, %al
20 0000000000000004: 66 0f be 04 24 movsx %ax, [%rs p]
21 @vdis:
22 0000000000000000: 66 0f be c0 [P] dontcare %a x (sz), %al (u)
23 0000000000000004: 66 0f be 04 24 [P] dontcare %a x (sz), [%rsp] (u)
24 @rdfa_output:
25 return code: 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698