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

Side by Side Diff: src/trusted/validator_x86/testdata/32/x87.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 # Sample x87 instruction
3 # dc c1 fadd %st1, %st0
4 dc c1
5 @nval:
6 *** <input> is safe ***
7 @nval0:
8 Some instructions were replaced with HLTs.
9 *** <input> is safe ***
10 @dis:
11 00000000: dc c1 fadd %st1, %st0
12 @vdis:
13 0: dc c1 fadd
14 @rdfa_output:
15 return code: 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698