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

Side by Side Diff: src/trusted/validator_x86/testdata/64/0f18.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 # Test handling of different sizes for instruction prefetch
3 # illegal undefined sequence
4 0f 18 21
5 # legal SSE prefetch instruction
6 0f 18 1c 24
7 @rval:
8 VALIDATOR: 0000000000000000: 0f 18 21 inva lid
9 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
10 VALIDATOR: 0000000000000000: 0f 18 21 inva lid
11 VALIDATOR: ERROR: Opcode sequence doesn't define a valid x86 instruction
12 VALIDATOR: Checking jump targets: 0 to 7
13 VALIDATOR: Checking that basic blocks are aligned
14 *** <input> IS UNSAFE ***
15 @dis:
16 0000000000000000: 0f 18 21 invalid
17 0000000000000003: 0f 18 1c 24 prefetcht2 [%rs p]
18 @vdis:
19 0000000000000000: 0f 18 21 invalid
20 0000000000000003: 0f 18 1c 24 [P] dontcare [% rsp]
21 @rdfa_output:
22 0: [0] unrecognized instruction
23 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/x87.test ('k') | src/trusted/validator_x86/testdata/64/3DNow.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698